summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-27 05:16:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-04-13 08:15:31 +0200
commitdb7492463dd08f4f25de99cb8aec8014ab3c36bf (patch)
tree34a596389f28fd39ee578649162c3814e0eb2519 /package
parent6fda17ba18a771f8a92ff697866359e703e4f535 (diff)
u-boot: update to 2024.04-rc5
Diffstat (limited to 'package')
-rw-r--r--package/u-boot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 69a0a5026..c7ce2b9e2 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= u-boot
-PKG_VERSION:= 2024.01
+PKG_VERSION:= 2024.04-rc5
PKG_RELEASE:= 1
-PKG_HASH:= b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3
+PKG_HASH:= 8531d00dc0dcb5c154b63e5744bb6f5091a7f351a5add9a20943635bcf3e7da1
PKG_DESCR:= portable bootloader
PKG_SECTION:= base/boot
HOST_BUILDDEP:= libressl-host dtc-host swig-host python3-host python-setuptools-host
@@ -113,6 +113,8 @@ do-configure:
do-build:
(cd $(WRKBUILD) && env \
+ PKG_CONFIG="$(STAGING_HOST_DIR)/usr/bin/pkg-config" \
+ PKG_CONFIG_LIBDIR="$(STAGING_HOST_DIR)/lib/pkgconfig:$(STAGING_HOST_DIR)/share/pkgconfig" \
KBUILD_VERBOSE=1 \
KCFLAGS='$(EXTRA_CFLAGS)' \
PATH='$(HOST_PATH)' \