Commit 6794ea39 authored by Armin Kuster's avatar Armin Kuster
Browse files

wireshark: fix build issue


This should fix:
 Making all in ui/gtk
| make[2]: Entering directory '/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/wireshark/1_2.2.4-r0/build/ui/gtk'
| /bin/bash: glib-compile-resources: command not found

Fix which glib-compile-resources is picked up. Ensure we use the native glib-2.0p version and not one from the host.

I could not reproduce this but "which  glib-compile-resources" pointed out the problem.
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: default avatarJoe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -4,7 +4,7 @@ SECTION = "net"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
DEPENDS = "pcre expat glib-2.0"
DEPENDS = "pcre expat glib-2.0 glib-2.0-native"
SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment