diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-06-06 21:44:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 09:11:49 +0100 |
commit | e7c39ae9cf41cf50113f672a243f6b6c33075164 (patch) | |
tree | 61c1caf91fcbb522c48c378f454d6031a8f5155f | |
parent | 1334b064d3f04a976a42fe9dad64831b33d93755 (diff) | |
download | poky-e7c39ae9cf41cf50113f672a243f6b6c33075164.tar.gz |
Remove manual RDEPENDS from PN-ptest to PN package
They are now added automatically by the ptest class.
(From OE-Core rev: 25cf1820122bb2b15057aafe1c9e04a733f81bcf)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.176.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/sed/sed_4.2.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb index 54b135eaef..ed946159bd 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb | |||
@@ -113,7 +113,7 @@ ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2" | |||
113 | ALTERNATIVE_${PN}-tune2fs = "tune2fs" | 113 | ALTERNATIVE_${PN}-tune2fs = "tune2fs" |
114 | ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs" | 114 | ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs" |
115 | 115 | ||
116 | RDEPENDS_${PN}-ptest += "${PN} coreutils procps bash bzip2 diffutils perl sed" | 116 | RDEPENDS_${PN}-ptest += "coreutils procps bash bzip2 diffutils perl sed" |
117 | RDEPENDS_${PN}-ptest += "e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-tune2fs e2fsprogs-badblocks e2fsprogs-resize2fs" | 117 | RDEPENDS_${PN}-ptest += "e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-tune2fs e2fsprogs-badblocks e2fsprogs-resize2fs" |
118 | 118 | ||
119 | do_compile_ptest() { | 119 | do_compile_ptest() { |
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.176.bb b/meta/recipes-devtools/elfutils/elfutils_0.176.bb index 1a5c70b088..5b8049f531 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.176.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.176.bb | |||
@@ -44,7 +44,7 @@ inherit autotools gettext ptest | |||
44 | 44 | ||
45 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 45 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" |
46 | EXTRA_OECONF_append_class-native = " --without-bzlib" | 46 | EXTRA_OECONF_append_class-native = " --without-bzlib" |
47 | RDEPENDS_${PN}-ptest = "libasm libelf bash make coreutils ${PN}-binutils ${PN}" | 47 | RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" |
48 | 48 | ||
49 | EXTRA_OECONF_append_class-target += "--disable-tests-rpath" | 49 | EXTRA_OECONF_append_class-target += "--disable-tests-rpath" |
50 | 50 | ||
diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb index f10e365ea4..8e436bad80 100644 --- a/meta/recipes-extended/sed/sed_4.2.2.bb +++ b/meta/recipes-extended/sed/sed_4.2.2.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[md5sum] = "4111de4faa3b9848a0686b2f260c5056" | |||
15 | SRC_URI[sha256sum] = "fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff" | 15 | SRC_URI[sha256sum] = "fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff" |
16 | 16 | ||
17 | inherit autotools texinfo update-alternatives gettext ptest | 17 | inherit autotools texinfo update-alternatives gettext ptest |
18 | RDEPENDS_${PN}-ptest += "make ${PN}" | 18 | RDEPENDS_${PN}-ptest += "make" |
19 | RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru" | 19 | RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru" |
20 | 20 | ||
21 | EXTRA_OECONF = "--disable-acl \ | 21 | EXTRA_OECONF = "--disable-acl \ |
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb index 7e80bb45d1..9583ee3abb 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \ | |||
11 | 11 | ||
12 | DEPENDS = "liburcu popt libxml2 util-linux" | 12 | DEPENDS = "liburcu popt libxml2 util-linux" |
13 | RDEPENDS_${PN} = "libgcc" | 13 | RDEPENDS_${PN} = "libgcc" |
14 | RDEPENDS_${PN}-ptest += "make perl bash gawk ${PN} babeltrace procps perl-module-overloading coreutils util-linux kmod lttng-modules" | 14 | RDEPENDS_${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod lttng-modules" |
15 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 15 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" |
16 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" | 16 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" |
17 | # babelstats.pl wants getopt-long | 17 | # babelstats.pl wants getopt-long |