ppcrcd/trunk: add.pkgs base.pkgs

sparky cvs at pld-linux.org
Thu Jan 19 23:56:48 CET 2006


Author: sparky
Date: Thu Jan 19 23:56:45 2006
New Revision: 6867

Modified:
   ppcrcd/trunk/add.pkgs
   ppcrcd/trunk/base.pkgs
Log:
- reorganise, install rpm-base as early as it's possible


Modified: ppcrcd/trunk/add.pkgs
==============================================================================
--- ppcrcd/trunk/add.pkgs	(original)
+++ ppcrcd/trunk/add.pkgs	Thu Jan 19 23:56:45 2006
@@ -136,11 +136,8 @@
 # +javaglue -python
 $(R)/beecrypt:	$(P)/beecrypt
 
-I +=	rpm-lib rpm-base rpm rpm-utils
-REV-rpm = AC-branch
-BCOND-rpm = --without doc --without python --without apidocs
-# +static -doc -python -selinux +distver
-$(R)/rpm $(R)/rpm-base $(R)/rpm-lib $(R)/rpm-utils:	$(P)/rpm
+I +=	rpm-lib rpm rpm-utils
+# build routines are in base.pkgs
 
 I +=	cpipe
 $(R)/cpipe:	$(P)/cpipe

Modified: ppcrcd/trunk/base.pkgs
==============================================================================
--- ppcrcd/trunk/base.pkgs	(original)
+++ ppcrcd/trunk/base.pkgs	Thu Jan 19 23:56:45 2006
@@ -34,6 +34,17 @@
 # -static
 $(R)/pdksh:	$(P)/pdksh
 
+I +=	sed
+#BCOND-sed = --without tests
+# -tests
+$(R)/sed:	$(P)/sed
+
+I +=	rpm-base
+REV-rpm = AC-branch
+BCOND-rpm = --without doc --without python --without apidocs
+# +static -doc -python -selinux +distver
+$(R)/rpm $(R)/rpm-base $(R)/rpm-lib $(R)/rpm-utils:	$(P)/rpm
+
 I +=	attr
 $(R)/attr:	$(P)/attr
 
@@ -213,11 +224,6 @@
 I +=	losetup rawdevices agetty tunelp blockdev
 S +=	rawdevices
 
-I +=	sed
-#BCOND-sed = --without tests
-# -tests
-$(R)/sed:	$(P)/sed
-
 I +=	libusb
 $(R)/libusb:	$(P)/libusb
 


More information about the pld-cvs-commit mailing list