]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
libubox: set abi version to previous bump for stable release 22437/head
authorMario Andrés Pérez <mapb_@outlook.com>
Sun, 15 Mar 2026 16:33:14 +0000 (17:33 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 15 Mar 2026 18:35:03 +0000 (19:35 +0100)
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.

Fixes: 8aac058ef0a58f394a920e5c39ac0390363c18f9 ("libubox: update to Git HEAD (2026-03-13)")
Suggested-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22437
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/libs/libubox/Makefile

index d0d1c2570db6ac098796b0b63d051a4dee56a502..6fac67d421a1884f013a341fa8f5efeb91c23e25 100644 (file)
@@ -1,14 +1,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libubox
-PKG_RELEASE=1
+PKG_RELEASE=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git
 PKG_MIRROR_HASH:=55b2298ea74bb4c7267e4b615d442aeff601e0de88ec0e641e4c40eed8454e85
 PKG_SOURCE_DATE:=2026-03-13
 PKG_SOURCE_VERSION:=815633847cd32ffe6da28943cbeb37edc88265c8
-PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
+# PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
+PKG_ABI_VERSION:=20260213
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=ISC