diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-20 02:01:37 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-25 15:32:29 -0800 |
| commit | 265b525048874ca89aae59308dcd6857d6a7a257 (patch) | |
| tree | dd63e5baae725a5a4256a847fdb1600904474e38 | |
| parent | 65bcb2d65cc515bd5f0572f4bf3ac075bf62e5bb (diff) | |
| download | meta-openembedded-265b525048874ca89aae59308dcd6857d6a7a257.tar.gz | |
libplist: Fix ptests more
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 \ |
