diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-22 00:34:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-22 00:34:59 +0100 |
commit | 1b6d7d509536f6ef12ee221c2dfea98c35f13905 (patch) | |
tree | 2ddf16c12a8359c82266ee3877b36c1c1a55a34b /package/libunistring | |
parent | 74790d25c9dd3fe4702b836017dcf0e1e2e6464e (diff) |
u-boot: add host dependencies, remove patch
Diffstat (limited to 'package/libunistring')
-rwxr-xr-x | package/libunistring/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libunistring/Makefile b/package/libunistring/Makefile index 46b83438a..a6ea2f4b2 100755 --- a/package/libunistring/Makefile +++ b/package/libunistring/Makefile @@ -13,12 +13,15 @@ PKG_URL:= http://www.gnu.org/software/libunistring/ PKG_SITES:= ${MASTER_SITE_GNU:=libunistring/} PKG_OPTS:= dev +include $(ADK_TOPDIR)/mk/host.mk include ${ADK_TOPDIR}/mk/package.mk +$(eval $(call HOST_template,LIBUNISTRING,libunistring,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,LIBUNISTRING,libunistring,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) libunistring-install: ${INSTALL_DIR} ${IDIR_LIBUNISTRING}/usr/lib ${CP} ${WRKINST}/usr/lib/libunistring.so* ${IDIR_LIBUNISTRING}/usr/lib +include ${ADK_TOPDIR}/mk/host-bottom.mk include ${ADK_TOPDIR}/mk/pkg-bottom.mk |