[oe-commits] Alexander Smirnov : Set libtool to use correct lt-macroses

git version control git at git.openembedded.org
Thu Jun 16 14:40:58 UTC 2011


Module: openembedded.git
Branch: master
Commit: 814c44486da264ac865b63952e2e41069aa7ca6e
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=814c44486da264ac865b63952e2e41069aa7ca6e

Author: Alexander Smirnov <alex.bluesman.smirnov at gmail.com>
Date:   Wed Apr 13 16:51:13 2011 +0400

Set libtool to use correct lt-macroses

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov at gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 .../wireshark/files/libtool-macroses-include.patch |   23 ++++++++++++++++++++
 recipes/wireshark/wireshark_1.2.6.bb               |    3 +-
 2 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/recipes/wireshark/files/libtool-macroses-include.patch b/recipes/wireshark/files/libtool-macroses-include.patch
new file mode 100644
index 0000000..c284e20
--- /dev/null
+++ b/recipes/wireshark/files/libtool-macroses-include.patch
@@ -0,0 +1,23 @@
+diff -pruN wireshark-1.2.6.orig/aclocal-flags wireshark-1.2.6/aclocal-flags
+--- wireshark-1.2.6.orig/aclocal-flags	2010-01-27 19:12:50.000000000 +0300
++++ wireshark-1.2.6/aclocal-flags	2011-04-13 16:13:47.979262764 +0400
+@@ -44,6 +44,7 @@ fi
+ 
+ ac_missing_dir=`dirname $0`
+ echo "-I $ac_missing_dir/aclocal-fallback" | tr -d '\012' | tr -d '\015'
++echo " -I $ac_missing_dir/m4" | tr -d '\012' | tr -d '\015'
+ 
+ #
+ # If there's no "aclocal", the former will be empty; if there's no
+diff -pruN wireshark-1.2.6.orig/configure.in wireshark-1.2.6/configure.in
+--- wireshark-1.2.6.orig/configure.in	2011-04-13 16:29:25.646012953 +0400
++++ wireshark-1.2.6/configure.in	2011-04-13 15:54:27.030264922 +0400
+@@ -15,6 +15,8 @@ dnl AC_CANONICAL_TARGET
+ AC_INIT(wireshark, 1.2.6)
+ AM_INIT_AUTOMAKE([1.9 tar-ustar])
+ 
++AC_CONFIG_MACRO_DIR([m4])
++
+ AM_DISABLE_STATIC
+ 
+ dnl Checks for programs.
diff --git a/recipes/wireshark/wireshark_1.2.6.bb b/recipes/wireshark/wireshark_1.2.6.bb
index cbd9c60..4e00795 100644
--- a/recipes/wireshark/wireshark_1.2.6.bb
+++ b/recipes/wireshark/wireshark_1.2.6.bb
@@ -10,7 +10,8 @@ PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2;name=src \
            file://ieee80215.4.patch \
-           file://fix-configure.patch "
+           file://fix-configure.patch \
+           file://libtool-macroses-include.patch "
 SRC_URI[src.md5sum] = "f3e0917ed393366bbf96c53b58cb0931"
 SRC_URI[src.sha256sum]= "72c8178dd0614d963173d667d5ecb39bc7102453ea09da7ef3302daee7733f3c"
 





More information about the Openembedded-commits mailing list