summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-11 09:31:20 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-11 09:31:20 +0000
commit1596bcad3f675372abd581b79f593600cd48de60 (patch)
tree44d1dd6fb35ed41522323c6928036188e83fd72d /rules/coreutils.make
parent71d6399b93f377832f66ddfae9ad31e97a1d842d (diff)
downloadptxdist-1596bcad3f675372abd581b79f593600cd48de60.tar.gz
ptxdist-1596bcad3f675372abd581b79f593600cd48de60.tar.xz
changed semantics of ipkg_init
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2428 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/coreutils.make')
-rw-r--r--rules/coreutils.make10
1 files changed, 8 insertions, 2 deletions
diff --git a/rules/coreutils.make b/rules/coreutils.make
index 8a2663c21..4c0b4dfa7 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -128,8 +128,14 @@ $(STATEDIR)/coreutils.targetinstall: $(STATEDIR)/coreutils.compile
install -d $(ROOTDIR)/usr/bin
install -d $(ROOTDIR)/bin
- $(call ipkg_init,coreutils)
- $(call ipkg_fixup,VERSION,$(COREUTILS_VERSION))
+ $(call ipkg_init,default)
+ $(call ipkg_fixup,PACKAGE,coreutils)
+ $(call ipkg_fixup,PRIORITY,optional)
+ $(call ipkg_fixup,VERSION,$(COREUTILS_VERSION))
+ $(call ipkg_fixup,SECTION,base)
+ $(call ipkg_fixup,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
+ $(call ipkg_fixup,DEPENDS,libc)
+ $(call ipkg_fixup,DESCRIPTION,missing)
ifdef PTXCONF_COREUTILS_CP
$(call ipkg_copy, 0, 0, 0755, $(COREUTILS_DIR)/src/cp, /bin/cp)