mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
libplist: Fix buildpaths in ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
This commit is contained in:
parent
367faf98ac
commit
3a6b83c075
|
|
@ -49,10 +49,12 @@ do_install_ptest(){
|
||||||
for t in $(find ${B}/tools -type f -name 'plist*' \! -name '*.o'); do
|
for t in $(find ${B}/tools -type f -name 'plist*' \! -name '*.o'); do
|
||||||
install -m 0755 $t ${D}${PTEST_PATH}/test/tools/
|
install -m 0755 $t ${D}${PTEST_PATH}/test/tools/
|
||||||
done
|
done
|
||||||
sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \
|
for f in test/plist_cmp test/plist_test test/plist_test++ test/plist_jtest \
|
||||||
${D}${PTEST_PATH}/test/test/plist_cmp
|
test/plist_btest test/plist_otest tools/plistutil; do
|
||||||
sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \
|
sed -i 's@LD_LIBRARY_PATH="[^"]*:@LD_LIBRARY_PATH="@g' \
|
||||||
${D}${PTEST_PATH}/test/test/plist_test
|
${D}${PTEST_PATH}/test/$f
|
||||||
|
done
|
||||||
|
sed -i '/notinst_deplibs=/d' ${D}${PTEST_PATH}/test/test/plist_test++
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-utils \
|
PACKAGES =+ "${PN}-utils \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user