diff options
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb | 10 |
1 files 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(){ | |||
| 49 | for t in $(find ${B}/tools -type f -name 'plist*' \! -name '*.o'); do | 49 | for t in $(find ${B}/tools -type f -name 'plist*' \! -name '*.o'); do |
| 50 | install -m 0755 $t ${D}${PTEST_PATH}/test/tools/ | 50 | install -m 0755 $t ${D}${PTEST_PATH}/test/tools/ |
| 51 | done | 51 | done |
| 52 | sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \ | 52 | for f in test/plist_cmp test/plist_test test/plist_test++ test/plist_jtest \ |
| 53 | ${D}${PTEST_PATH}/test/test/plist_cmp | 53 | test/plist_btest test/plist_otest tools/plistutil; do |
| 54 | sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \ | 54 | sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \ |
| 55 | ${D}${PTEST_PATH}/test/test/plist_test | 55 | ${D}${PTEST_PATH}/test/$f |
| 56 | done | ||
| 57 | sed -i '/notinst_deplibs=/d' ${D}${PTEST_PATH}/test/test/plist_test++ | ||
| 56 | } | 58 | } |
| 57 | 59 | ||
| 58 | PACKAGES =+ "${PN}-utils \ | 60 | PACKAGES =+ "${PN}-utils \ |
