aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg/obsolete_automake_macros.patch15
-rw-r--r--meta/recipes-devtools/opkg/opkg_svn.bb1
2 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg/obsolete_automake_macros.patch b/meta/recipes-devtools/opkg/opkg/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..1f9833a430
--- /dev/null
+++ b/meta/recipes-devtools/opkg/opkg/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Pending
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd opkg/configure.ac opkg/configure.ac
+--- opkg/configure.ac 2013-02-01 23:01:57.419774077 +0200
++++ opkg/configure.ac 2013-02-01 23:02:25.643773458 +0200
+@@ -7,7 +7,7 @@
+ AC_CONFIG_MACRO_DIR([shave])
+
+ AM_INIT_AUTOMAKE
+-AM_CONFIG_HEADER(libopkg/config.h)
++AC_CONFIG_HEADERS(libopkg/config.h)
+
+ AC_CANONICAL_HOST
+ AC_GNU_SOURCE
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
index ee78488d70..382bfdd1d8 100644
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg_svn.bb
@@ -1,6 +1,7 @@
require opkg.inc
SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
+ file://obsolete_automake_macros.patch \
"
S = "${WORKDIR}/trunk"