diff options
Diffstat (limited to 'package/cpio/Makefile')
-rw-r--r-- | package/cpio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/cpio/Makefile b/package/cpio/Makefile index 54f371698..c1764b566 100644 --- a/package/cpio/Makefile +++ b/package/cpio/Makefile @@ -15,12 +15,15 @@ PKG_BB:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +include ${ADK_TOPDIR}/mk/host.mk include ${ADK_TOPDIR}/mk/package.mk +$(eval $(call HOST_template,CPIO,cpio,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,CPIO,cpio,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) cpio-install: ${INSTALL_DIR} ${IDIR_CPIO}/usr/bin ${CP} ${WRKINST}/usr/bin/cpio ${IDIR_CPIO}/usr/bin +include ${ADK_TOPDIR}/mk/host-bottom.mk include ${ADK_TOPDIR}/mk/pkg-bottom.mk |