diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-11-17 14:52:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-18 12:44:05 +0000 |
commit | bba44c613f12079081fb0a20cbd2e99adc5276c3 (patch) | |
tree | 9caf7da267f14d78dd739324f43eff017db0c1af | |
parent | 646a3b5c669a1816ddd1cc6299eafe918a434054 (diff) | |
download | poky-bba44c613f12079081fb0a20cbd2e99adc5276c3.tar.gz |
packagegroup-core-boot: Drop build-time dependency on virtual/kernel
* because kernel isn't needed to build packagegroup and building
it doesn't influence if it's included in image or not.
(From OE-Core rev: 2935e7b2fc3c1a35e810eb4043638ffcd6682d0c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index 486385aa70..5455899139 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb | |||
@@ -5,7 +5,6 @@ | |||
5 | SUMMARY = "Minimal boot requirements" | 5 | SUMMARY = "Minimal boot requirements" |
6 | DESCRIPTION = "The minimal set of packages required to boot the system" | 6 | DESCRIPTION = "The minimal set of packages required to boot the system" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | DEPENDS = "virtual/kernel" | ||
9 | PR = "r11" | 8 | PR = "r11" |
10 | 9 | ||
11 | inherit packagegroup | 10 | inherit packagegroup |