[oe-commits] Sergey Lapin : wireshark: ARM_INSTRUCTION_SET = "arm" due to relocation truncated to fit

GIT User account git at amethyst.openembedded.net
Wed Feb 11 10:57:27 UTC 2009


Module: openembedded.git
Branch: ieee80215
Commit: 7f012b90028b0df9c1114af5f8fc77259dfcd31b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f012b90028b0df9c1114af5f8fc77259dfcd31b

Author: Sergey Lapin <slapin at ossfans.org>
Date:   Wed Feb 11 13:56:44 2009 +0300

wireshark: ARM_INSTRUCTION_SET = "arm" due to relocation truncated to fit

Signed-off-by: Sergey Lapin <slapin at ossfans.org>

---

 packages/wireshark/wireshark_1.0.5.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/wireshark/wireshark_1.0.5.bb b/packages/wireshark/wireshark_1.0.5.bb
index 85ce9b4..0af858e 100644
--- a/packages/wireshark/wireshark_1.0.5.bb
+++ b/packages/wireshark/wireshark_1.0.5.bb
@@ -6,9 +6,10 @@ DEPENDS = "perl-native gnutls libpcap pcre expat glib-2.0 libsmi gtk+"
 EXTRA_OECONF = "--disable-usrlocal --with-pcap=${STAGING_DIR_HOST}${layout_prefix} \
                 --with-libsmi=${STAGING_DIR_HOST}${layout_prefix} --enable-tshark --enable-wireshark"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2"
+ARM_INSTRUCTION_SET = "arm"
 
 PACKAGES += "libwireshark1-dev libwireshark1 libwireshark1-dbg"
 FILES_libwireshark1 = "${libdir}/*.so*"





More information about the Openembedded-commits mailing list