[oe-commits] org.oe.dev angstrom-bootstrap-image: honour ANGSTROM_EXTRA_INSTALL

koen commit openembedded-commits at lists.openembedded.org
Mon Dec 25 13:06:44 UTC 2006


angstrom-bootstrap-image: honour ANGSTROM_EXTRA_INSTALL

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 2b6e23ac68e02186b4ddae31bd8871b9569d0b55
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2b6e23ac68e02186b4ddae31bd8871b9569d0b55
Files:
1
packages/angstrom/angstrom-bootstrap-image.bb
Diffs:

#
# mt diff -r8da25be9d5f9817c31c2411800229cd33b9dc184 -r2b6e23ac68e02186b4ddae31bd8871b9569d0b55
#
# 
# 
# patch "packages/angstrom/angstrom-bootstrap-image.bb"
#  from [4657a303c826971faae9fbce7554bb6847197d36]
#    to [2b737ec60b70df4e95c23833396e9e7d0879a530]
# 
============================================================
--- packages/angstrom/angstrom-bootstrap-image.bb	4657a303c826971faae9fbce7554bb6847197d36
+++ packages/angstrom/angstrom-bootstrap-image.bb	2b737ec60b70df4e95c23833396e9e7d0879a530
@@ -1,9 +1,14 @@ LICENSE = "MIT"
 #Angstrom bootstrap image
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
+ANGSTROM_EXTRA_INSTALL ?= ""
+
 DEPENDS = "task-base"
-RDEPENDS = "task-base-core-default task-base"
+RDEPENDS = "task-base-core-default \
+	    task-base \
+	    ${ANGSTROM_EXTRA_INSTALL} \
+	   "
 
 export IMAGE_BASENAME = "bootstrap-image"
 export IMAGE_LINGUAS = ""






More information about the Openembedded-commits mailing list