From: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Cc: Ankur Tyagi <[email protected]>
(cherry picked from commit 3a6b83c075e606c1bf2b46b9c51bbe22ff4c72c6)
Signed-off-by: Ankur Tyagi <[email protected]>
---
.../libimobiledevice/libplist_2.6.0.bb | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
index 17b1d7cfd3..5f8d1f8d72 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
@@ -49,10 +49,12 @@ do_install_ptest(){
for t in $(find ${B}/tools -type f -name 'plist*' \! -name '*.o'); do
install -m 0755 $t ${D}${PTEST_PATH}/test/tools/
done
- sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \
- ${D}${PTEST_PATH}/test/test/plist_cmp
- sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \
- ${D}${PTEST_PATH}/test/test/plist_test
+ for f in test/plist_cmp test/plist_test test/plist_test++ test/plist_jtest
\
+ test/plist_btest test/plist_otest tools/plistutil; do
+ sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \
+ ${D}${PTEST_PATH}/test/$f
+ done
+ sed -i '/notinst_deplibs=/d' ${D}${PTEST_PATH}/test/test/plist_test++
}
PACKAGES =+ "${PN}-utils \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122519):
https://lists.openembedded.org/g/openembedded-devel/message/122519
Mute This Topic: https://lists.openembedded.org/mt/116711101/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-