Skip to content

Commit b321d56

Browse files
committed
libubox: set abi version to previous bump for stable release
In order to keep a coherent set of dependencies of the packages in the target specific packages (nonshared) in the stable 25.12.0 release repositories and keep ImageBuilders and ASU functional, hard code the abi-version used in that builbot phase1 run: "20260213". *abi compatibility has not changed between 20260213 and 20260313 anyway. Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>
1 parent 62d8101 commit b321d56

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package/libs/libubox/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=libubox
4-
PKG_RELEASE=1
4+
PKG_RELEASE=2
55

66
PKG_SOURCE_PROTO:=git
77
PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git
88
PKG_MIRROR_HASH:=55b2298ea74bb4c7267e4b615d442aeff601e0de88ec0e641e4c40eed8454e85
99
PKG_SOURCE_DATE:=2026-03-13
1010
PKG_SOURCE_VERSION:=815633847cd32ffe6da28943cbeb37edc88265c8
11-
PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
11+
# PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
12+
PKG_ABI_VERSION:=20260213
1213
CMAKE_INSTALL:=1
1314

1415
PKG_LICENSE:=ISC

0 commit comments

Comments
 (0)