aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-03 12:12:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:35:02 +0000
commit495bea3911be164225c91b696389fc16dab356fd (patch)
treee31bafa0afcbe52ce1e4c3d4d4d10fd2daed3f34 /meta/recipes-devtools/opkg/opkg
parent52bc47756eb8a81ea07ef4bc06345ef335b30ceb (diff)
downloadopenembedded-core-contrib-495bea3911be164225c91b696389fc16dab356fd.tar.gz
opkg: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg/obsolete_automake_macros.patch15
1 files changed, 15 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