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-24 11:22:03 -0800 |
| commit | 808c56b15d48e20228e77ee428261431b7ad557d (patch) | |
| tree | 9efe4bac30ae509c7bdf86980246e77515bc3235 | |
| parent | 413d03b2f56cc98975555957fa8b2e8bb05e09bc (diff) | |
| download | meta-openembedded-808c56b15d48e20228e77ee428261431b7ad557d.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 \ |
