]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
task-bootstrap: set defaults for BOOTSTRAP_EXTRA_*
authorRene Wagner <rw@handhelds.org>
Thu, 27 Jul 2006 21:46:17 +0000 (23:46 +0200)
committerRene Wagner <rw@handhelds.org>
Thu, 27 Jul 2006 21:46:17 +0000 (23:46 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/meta/task-bootstrap.bb

index 90540a160bf4d03cb1bb03e22c9805654ad2991b..579950264af65694a7aa92f29767f716fa2206b6 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Core packages required for a basic installation"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PR = "r27"
+PR = "r28"
 
 # The BOOTSTRAP_EXTRA_ variables are often manipulated by the
 # MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
@@ -31,6 +31,10 @@ def bootstrap_modutils_rdepends(d):
                 r.append('module-init-tools-depmod')
         return ' '.join(r)
 
+BOOTSTRAP_EXTRA_DEPENDS ?= ""
+BOOTSTRAP_EXTRA_RDEPENDS ?= ""
+BOOTSTRAP_EXTRA_RRECOMMENDS ?= ""
+BOOTSTRAP_EXTRA_RSUGGESTS ?= ""
 HOTPLUG ?= "linux-hotplug"
 
 DEPENDS = 'base-files base-passwd-3.5.9 \