[oe-commits] Leon Woestenberg : minimal-image: respect ANGSTROM_EXTRA_DEPENDS.

GIT User account git at amethyst.openembedded.net
Sun Mar 29 15:18:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 75b5212beab22ab222128726b7942160de572444
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75b5212beab22ab222128726b7942160de572444

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Mar 29 17:12:14 2009 +0200

minimal-image: respect ANGSTROM_EXTRA_DEPENDS.

Although the minimal(ist) image is meant to be, well,
minimal, we should not restrict users from adding a
package using ANGSTROM_EXTRA_DEPENDS.

Rationale: All images are meant as a senseful base
for customization, and expansion by the user.

---

 recipes/images/minimal-image.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/images/minimal-image.bb b/recipes/images/minimal-image.bb
index f00c858..e1635dc 100644
--- a/recipes/images/minimal-image.bb
+++ b/recipes/images/minimal-image.bb
@@ -9,6 +9,7 @@ IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
 IMAGE_INSTALL = "task-boot \
             util-linux-mount util-linux-umount \
             ${DISTRO_SSH_DAEMON} \
+            ${ANGSTROM_EXTRA_INSTALL} \
             angstrom-version \
 	   "
 





More information about the Openembedded-commits mailing list