diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-03-29 17:12:14 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-03-29 17:16:41 +0200 |
commit | 75b5212beab22ab222128726b7942160de572444 (patch) | |
tree | b95c9eeed5a5d89503f4fd871264ab41c7e65d08 /recipes/images | |
parent | 8d94d2ea3bcf3f066378afb4e26a46adf4146e6d (diff) |
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.
Diffstat (limited to 'recipes/images')
-rw-r--r-- | 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 f00c858312..e1635dcdf7 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 \ " |