summaryrefslogtreecommitdiff
path: root/packages/wireshark/wireshark_1.0.5.bb
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-02-11 13:56:44 +0300
committerSergey Lapin <slapin@ossfans.org>2009-02-16 09:51:09 +0300
commit76d26299ee4209c129b1c896df591f72ba4ca38d (patch)
tree3ce8c4ad7e40c0c90094c8935fbc4a446cc98b09 /packages/wireshark/wireshark_1.0.5.bb
parent70e451dfe4980b6d31f8a8c0fa4af6e96fbb80a4 (diff)
wireshark: ARM_INSTRUCTION_SET = "arm" due to relocation truncated to fit
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Diffstat (limited to 'packages/wireshark/wireshark_1.0.5.bb')
-rw-r--r--packages/wireshark/wireshark_1.0.5.bb3
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 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*"