summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-04-26 16:04:46 +0300
committerMihaela Martinas <Mihaela.Martinas@enea.com>2016-04-27 11:39:02 +0200
commitb784309308f9aa4235f58b742b0478df832d0ce0 (patch)
treea56ce38f84a4584748ee55c75a3b743f2ad37c5a /recipes-core
parent1055d83eaa995b2ec7f02f8b11c88157675ec090 (diff)
downloadmeta-el-common-b784309308f9aa4235f58b742b0478df832d0ce0.tar.gz
packagegroups: remove enea-sys
packagegroup-enea-sys has been removed since it is no longer needed, all its packages can be installed at runtime through smart package manager. Aside that, some of its RRECOMMENDS packages can only be found within an internal layer, which creates build errors when that layer is not included. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Mihaela Martinas <Mihaela.Martinas@enea.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroups/packagegroup-enea-sys.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-core/packagegroups/packagegroup-enea-sys.bb b/recipes-core/packagegroups/packagegroup-enea-sys.bb
deleted file mode 100644
index 9c348e4..0000000
--- a/recipes-core/packagegroups/packagegroup-enea-sys.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Package group for system test"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6
7inherit packagegroup
8
9RDEPENDS_${PN} = "\
10 ltp \
11 logrotate \
12 sudo \
13 "
14
15RRECOMMENDS_${PN} = "\
16 ltptest-runner \
17 posix-runner \
18 "