summaryrefslogtreecommitdiff
path: root/package/heirloom-cpio/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-25 10:32:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-25 10:35:31 +0100
commitacd7dc43632c921003b795f25876e98996fc7bf4 (patch)
tree9e474a3b96e168c6fb7d012c7ee8cb39e67b8baa /package/heirloom-cpio/Makefile
parent69b5c88ac79ed1e1059d5c0038f6360135e56692 (diff)
fix old kernel build with newer perl
Diffstat (limited to 'package/heirloom-cpio/Makefile')
-rw-r--r--package/heirloom-cpio/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/heirloom-cpio/Makefile b/package/heirloom-cpio/Makefile
deleted file mode 100644
index 6d06762a0..000000000
--- a/package/heirloom-cpio/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= heirloom-cpio
-PKG_VERSION:= 1.0
-PKG_RELEASE:= 1
-PKG_DESCR:= patched version of heirloom cpio
-PKG_SECTION:= app/archive
-
-PKG_CFLINE_HEIRLOOM_CPIO:= depends on ADK_HOST_ONLY
-
-NO_DISTFILES:= 1
-
-include ${ADK_TOPDIR}/mk/host.mk
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call HOST_template,HEIRLOOM_CPIO,heirloom-cpio,${PKG_VERSION}-${PKG_RELEASE}))
-
-HOST_STYLE:= manual
-
-host-build:
- (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
- ${HOST_MAKE_FLAGS} ${HOST_ALL_TARGET})
-
-heirloom-cpio-hostinstall:
- ${INSTALL_DIR} ${STAGING_HOST_DIR}/usr/bin
- ${INSTALL_BIN} ${WRKBUILD}/cpio ${STAGING_HOST_DIR}/usr/bin
-
-include ${ADK_TOPDIR}/mk/host-bottom.mk
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk