mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
gettext: Drop obsolete ptest conditional in do_install
The PTEST_ENABLED conditional is no longer needed since the task is deleted if ptest isn't enabled. (From OE-Core rev: 6037ad74d88ff23821120422f2f0d0366daa8ec7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -145,7 +145,6 @@ do_compile_ptest() {
|
||||
}
|
||||
|
||||
do_install_ptest() {
|
||||
if [ ${PTEST_ENABLED} = "1" ]; then
|
||||
mkdir -p ${D}${PTEST_PATH}/tests
|
||||
mkdir -p ${D}${PTEST_PATH}/src
|
||||
mkdir -p ${D}${PTEST_PATH}/po
|
||||
@@ -178,7 +177,6 @@ do_install_ptest() {
|
||||
chmod 0755 ${D}${PTEST_PATH}/tests/lang-vala ${D}${PTEST_PATH}/tests/plural-1 ${D}${PTEST_PATH}/tests/xgettext-tcl-4 \
|
||||
${D}${PTEST_PATH}/tests/xgettext-vala-1 ${D}${PTEST_PATH}/tests/xgettext-po-2 ${D}${PTEST_PATH}/tests/xgettext-vala-6
|
||||
sed -i -e 's|${DEBUG_PREFIX_MAP}||g' ${D}${PTEST_PATH}/tests/init-env
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "make xz bash gawk autoconf locale-base-de-de locale-base-fr-fr"
|
||||
|
||||
Reference in New Issue
Block a user