diff options
-rw-r--r-- | meta-oe/recipes-support/enca/enca/configure-hack.patch | 12 | ||||
-rw-r--r-- | meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch | 26 | ||||
-rw-r--r-- | meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch | 6 | ||||
-rw-r--r-- | meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch | 7 | ||||
-rw-r--r-- | meta-oe/recipes-support/enca/enca_1.19.bb (renamed from meta-oe/recipes-support/enca/enca_1.9.bb) | 4 |
5 files changed, 7 insertions, 48 deletions
diff --git a/meta-oe/recipes-support/enca/enca/configure-hack.patch b/meta-oe/recipes-support/enca/enca/configure-hack.patch deleted file mode 100644 index 85abcdcf02..0000000000 --- a/meta-oe/recipes-support/enca/enca/configure-hack.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | --- enca-1.9/configure.ac.orig 2006-02-15 00:57:39.000000000 -0800 | ||
2 | +++ enca-1.9/configure.ac 2006-02-15 00:57:46.000000000 -0800 | ||
3 | @@ -92,9 +92,6 @@ | ||
4 | dnl And for gtk-doc | ||
5 | gtk_CHECK_GTK_DOC | ||
6 | |||
7 | -dnl Check for good random number sources | ||
8 | -AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom) | ||
9 | - | ||
10 | dnl Dirty path hack. Helps some people with badly set up search paths. | ||
11 | if test "$prefix" = "NONE"; then | ||
12 | LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib" | ||
diff --git a/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch b/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch deleted file mode 100644 index 6f6f3e320e..0000000000 --- a/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | --- enca-1.9/configure.ac.orig 2006-06-29 15:30:44.000000000 +0100 | ||
2 | +++ enca-1.9/configure.ac 2006-06-29 15:31:41.000000000 +0100 | ||
3 | @@ -92,14 +92,15 @@ | ||
4 | dnl And for gtk-doc | ||
5 | gtk_CHECK_GTK_DOC | ||
6 | |||
7 | -dnl Dirty path hack. Helps some people with badly set up search paths. | ||
8 | -if test "$prefix" = "NONE"; then | ||
9 | - LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib" | ||
10 | - CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include" | ||
11 | -else | ||
12 | - LDFLAGS="$LDFLAGS -L$prefix/lib" | ||
13 | - CPPFLAGS="$CPPFLAGS -I$prefix/include" | ||
14 | -fi | ||
15 | +# This is really dumb code | ||
16 | +#dnl Dirty path hack. Helps some people with badly set up search paths. | ||
17 | +#if test "$prefix" = "NONE"; then | ||
18 | +# LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib" | ||
19 | +# CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include" | ||
20 | +#else | ||
21 | +# LDFLAGS="$LDFLAGS -L$prefix/lib" | ||
22 | +# CPPFLAGS="$CPPFLAGS -I$prefix/include" | ||
23 | +#fi | ||
24 | |||
25 | dnl Checks for libraries. | ||
26 | ye_CHECK_LIBM | ||
diff --git a/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch b/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch index dbf0fb8ea7..baf5547642 100644 --- a/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch +++ b/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch | |||
@@ -17,12 +17,12 @@ index fc8c6f8..3a59549 100644 | |||
17 | +++ b/m4/libiconv.m4 | 17 | +++ b/m4/libiconv.m4 |
18 | @@ -17,7 +17,7 @@ AC_REQUIRE([AC_C_CONST])dnl | 18 | @@ -17,7 +17,7 @@ AC_REQUIRE([AC_C_CONST])dnl |
19 | dnl | 19 | dnl |
20 | 20 | ||
21 | dnl Use standard iconv test | 21 | dnl Use standard iconv test |
22 | -AM_ICONV | 22 | -AM_ICONV |
23 | +m4_pattern_allow([AM_ICONV]) | 23 | +m4_pattern_allow([AM_ICONV]) |
24 | CONVERTOR_LIBS="$CONVERTOR_LIBS $LIBICONV" | 24 | CONVERTER_LIBS="$CONVERTER_LIBS $LIBICONV" |
25 | 25 | ||
26 | dnl Compile iconvcap.c and run it to determine what encodings iconv actually | 26 | dnl Compile iconvcap.c and run it to determine what encodings iconv actually |
27 | -- | 27 | -- |
28 | 1.9.3 | 28 | 1.9.3 |
diff --git a/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch b/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch index accfbccd6b..48497d68c8 100644 --- a/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch +++ b/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch | |||
@@ -1,7 +1,6 @@ | |||
1 | --- enca-1.9/Makefile.am.orig 2006-06-29 15:34:55.000000000 +0100 | 1 | --- enca-1.19/Makefile.am.orig 2006-06-29 15:34:55.000000000 +0100 |
2 | +++ enca-1.9/Makefile.am 2006-06-29 15:35:20.000000000 +0100 | 2 | +++ enca-1.19/Makefile.am 2006-06-29 15:35:20.000000000 +0100 |
3 | @@ -1,8 +1,8 @@ | 3 | @@ -1,7 +1,7 @@ |
4 | # @(#) $Id: Makefile.am,v 1.35 2005/11/24 10:21:32 yeti Exp $ | ||
5 | if MAINTAINER_MODE | 4 | if MAINTAINER_MODE |
6 | -SUBDIRS = tools data script lib src devel-docs test | 5 | -SUBDIRS = tools data script lib src devel-docs test |
7 | +SUBDIRS = data script lib src devel-docs test | 6 | +SUBDIRS = data script lib src devel-docs test |
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.19.bb index b0ba3aedef..0adf0a29c5 100644 --- a/meta-oe/recipes-support/enca/enca_1.9.bb +++ b/meta-oe/recipes-support/enca/enca_1.19.bb | |||
@@ -8,13 +8,11 @@ LICENSE = "GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" |
9 | 9 | ||
10 | SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \ | 10 | SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \ |
11 | file://configure-hack.patch \ | ||
12 | file://dont-run-tests.patch \ | 11 | file://dont-run-tests.patch \ |
13 | file://configure-remove-dumbness.patch \ | ||
14 | file://makefile-remove-tools.patch \ | 12 | file://makefile-remove-tools.patch \ |
15 | file://libenca-003-iconv.patch " | 13 | file://libenca-003-iconv.patch " |
16 | 14 | ||
17 | SRC_URI[sha256sum] = "75a38ed23bac37cc12166cc5edc8335c3af862adc202f84823d3aef3e2208e47" | 15 | SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362d72f8a" |
18 | 16 | ||
19 | inherit autotools | 17 | inherit autotools |
20 | 18 | ||