summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/enca/enca_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/enca/enca_1.9.bb')
-rw-r--r--meta-oe/recipes-support/enca/enca_1.9.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index 5472af4e5..ba6d70df4 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -6,10 +6,10 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" 6LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
7 7
8SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \ 8SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \
9 file://configure-hack.patch \ 9 file://configure-hack.patch \
10 file://dont-run-tests.patch \ 10 file://dont-run-tests.patch \
11 file://configure-remove-dumbness.patch \ 11 file://configure-remove-dumbness.patch \
12 file://makefile-remove-tools.patch " 12 file://makefile-remove-tools.patch "
13 13
14SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3" 14SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3"
15SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d" 15SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"
@@ -19,13 +19,13 @@ inherit autotools
19EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" 19EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
20 20
21do_configure_prepend() { 21do_configure_prepend() {
22 # remove failing test which checks for something that isn't even used 22 # remove failing test which checks for something that isn't even used
23 sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' configure.ac 23 sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' configure.ac
24} 24}
25 25
26do_configure_append() { 26do_configure_append() {
27 sed -i s:-I/usr/include::g Makefile 27 sed -i s:-I/usr/include::g Makefile
28 sed -i s:-I/usr/include::g */Makefile 28 sed -i s:-I/usr/include::g */Makefile
29} 29}
30 30
31do_compile() { 31do_compile() {