aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-02-11 13:56:44 +0300
committerSergey Lapin <slapin@ossfans.org>2009-02-11 13:56:44 +0300
commit7f012b90028b0df9c1114af5f8fc77259dfcd31b (patch)
treea8215630179789e63fc8b78c711490a338311fcd /packages
parenta848a9c61dc25146c4b5a7aa3bc01aaa4262363c (diff)
downloadopenembedded-7f012b90028b0df9c1114af5f8fc77259dfcd31b.tar.gz
wireshark: ARM_INSTRUCTION_SET = "arm" due to relocation truncated to fit
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Diffstat (limited to 'packages')
-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*"