summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-11-17 14:52:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-18 12:44:05 +0000
commitbba44c613f12079081fb0a20cbd2e99adc5276c3 (patch)
tree9caf7da267f14d78dd739324f43eff017db0c1af /meta/recipes-core
parent646a3b5c669a1816ddd1cc6299eafe918a434054 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-boot.bb1
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 @@
5SUMMARY = "Minimal boot requirements" 5SUMMARY = "Minimal boot requirements"
6DESCRIPTION = "The minimal set of packages required to boot the system" 6DESCRIPTION = "The minimal set of packages required to boot the system"
7LICENSE = "MIT" 7LICENSE = "MIT"
8DEPENDS = "virtual/kernel"
9PR = "r11" 8PR = "r11"
10 9
11inherit packagegroup 10inherit packagegroup