summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-04-28 17:13:56 +0300
committerMihaela Martinas <Mihaela.Martinas@enea.com>2016-04-29 09:36:47 +0200
commit645725e800a31065b1147104f987f6266621f7a5 (patch)
tree11b556a3275be393ae6d5baa824ff43a55a152f6
parentf59b45288f42b63e2f566b91ef361d235f87731c (diff)
downloadmeta-el-common-645725e800a31065b1147104f987f6266621f7a5.tar.gz
packagegroups: remove enea-ddt
This packagegroup creates a dependency on an internal layer which generates build errors when building without that layer. Aside that, it is not of much use since testing is done by installing required packages at runtime. Hence, this package is removed. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Mihaela Martinas <Mihaela.Martinas@enea.com>
-rw-r--r--recipes-core/packagegroups/packagegroup-enea-ddt.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-core/packagegroups/packagegroup-enea-ddt.bb b/recipes-core/packagegroups/packagegroup-enea-ddt.bb
deleted file mode 100644
index 3116b4b..0000000
--- a/recipes-core/packagegroups/packagegroup-enea-ddt.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "Package group for driver 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 hdparm \
11 rt-tests \
12 i2c-tools \
13 mtd-utils \
14 net-tools \
15 pciutils \
16 usbutils \
17 watchdog \
18 "
19
20RRECOMMENDS_${PN} = "\
21 ddt-runner \
22 "