diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2022-06-14 10:42:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-15 12:27:01 +0100 |
commit | 664f8229500bad795abf17b12a41c97b2cdda2ac (patch) | |
tree | b31e9e0d0bccd48382054fd4295291048f7ad802 /meta/recipes-support | |
parent | ec2f329787224cd72a569cd07bc78939a96f2793 (diff) | |
download | poky-664f8229500bad795abf17b12a41c97b2cdda2ac.tar.gz |
popt: fix override syntax in RDEPENDS
RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest
(From OE-Core rev: 37a47bfced900c2f1e239b216d8614eb290f2f0c)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/popt/popt_1.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/popt/popt_1.18.bb b/meta/recipes-support/popt/popt_1.18.bb index af8add4ad6..b465f8817d 100644 --- a/meta/recipes-support/popt/popt_1.18.bb +++ b/meta/recipes-support/popt/popt_1.18.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24 | |||
17 | 17 | ||
18 | inherit autotools gettext ptest | 18 | inherit autotools gettext ptest |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += "bash" | 20 | RDEPENDS:${PN}-ptest += "bash" |
21 | 21 | ||
22 | do_compile_ptest() { | 22 | do_compile_ptest() { |
23 | sed 's#lt-test1#test1#g' ${S}/tests/testit.sh > ${B}/tests/testit.sh | 23 | sed 's#lt-test1#test1#g' ${S}/tests/testit.sh > ${B}/tests/testit.sh |