summaryrefslogtreecommitdiff
path: root/package/coreutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/coreutils/Makefile')
-rw-r--r--package/coreutils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile
index 2f31e7921..e47471851 100644
--- a/package/coreutils/Makefile
+++ b/package/coreutils/Makefile
@@ -15,9 +15,11 @@ PKG_URL:= http://www.gnu.org/software/coreutils/
PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/
PKG_BB:= 1
+include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,COREUTILS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call HOST_template,COREUTILS,coreutils,$(PKG_VERSION)-${PKG_RELEASE}))
+$(eval $(call PKG_template,COREUTILS,coreutils,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
AUTOTOOL_STYLE:= autoreconf
CONFIGURE_ARGS+= --disable-rpath
@@ -30,4 +32,5 @@ coreutils-install:
$(CP) $(WRKINST)/usr/libexec/* \
$(IDIR_COREUTILS)/usr/sbin
+include ${ADK_TOPDIR}/mk/host-bottom.mk
include ${ADK_TOPDIR}/mk/pkg-bottom.mk