From: Sergey Lapin Date: Wed, 11 Feb 2009 10:56:44 +0000 (+0300) Subject: wireshark: ARM_INSTRUCTION_SET = "arm" due to relocation truncated to fit X-Git-Tag: Release-2010-05/1~3976^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d26299ee4209c129b1c896df591f72ba4ca38d;p=openembedded.git wireshark: ARM_INSTRUCTION_SET = "arm" due to relocation truncated to fit Signed-off-by: Sergey Lapin --- diff --git a/packages/wireshark/wireshark_1.0.5.bb b/packages/wireshark/wireshark_1.0.5.bb index 85ce9b42ad..0af858e1b3 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*"