mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
popt: fix override syntax in RDEPENDS
RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest
(From OE-Core rev: 6168dbc9b27da1ed88c277bab6f024e6e068e685)
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>
(cherry picked from commit 37a47bfced900c2f1e239b216d8614eb290f2f0c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24
|
||||
|
||||
inherit autotools gettext ptest
|
||||
|
||||
RDEPENDS_${PN}-ptest += "bash"
|
||||
RDEPENDS:${PN}-ptest += "bash"
|
||||
|
||||
do_compile_ptest() {
|
||||
sed 's#lt-test1#test1#g' ${S}/tests/testit.sh > ${B}/tests/testit.sh
|
||||
|
||||
Reference in New Issue
Block a user