summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/enca/enca_1.19.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-08 21:23:50 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-09 10:12:44 -0700
commit3042c14399e0fdde7823b01af2e9a76027b37539 (patch)
tree6c0d217f019d3ccb72e36eafd738b92d1121419a /meta-oe/recipes-support/enca/enca_1.19.bb
parentba7c5861721822e76d80b068d3ab4771e76cc244 (diff)
downloadmeta-openembedded-3042c14399e0fdde7823b01af2e9a76027b37539.tar.gz
enca: Remove buildpaths from target scripts
Using configure checks to detect mktemp can result in problems in cross-builds where buildtime mktemp ( native ) maybe detected in a path that does not exist on target, therefore rely upon PATH variable to find this binary when executing this script. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/enca/enca_1.19.bb')
-rw-r--r--meta-oe/recipes-support/enca/enca_1.19.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/enca/enca_1.19.bb b/meta-oe/recipes-support/enca/enca_1.19.bb
index eed0ad1b93..774f05f7c4 100644
--- a/meta-oe/recipes-support/enca/enca_1.19.bb
+++ b/meta-oe/recipes-support/enca/enca_1.19.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
10SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \ 10SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \
11 file://dont-run-tests.patch \ 11 file://dont-run-tests.patch \
12 file://makefile-remove-tools.patch \ 12 file://makefile-remove-tools.patch \
13 file://libenca-003-iconv.patch " 13 file://libenca-003-iconv.patch \
14 14 file://0001-Do-not-use-MKTEMP_PROG-in-cross-build.patch"
15SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362d72f8a" 15SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362d72f8a"
16 16
17inherit autotools 17inherit autotools