mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
oprofileui-server/oprofileui/pcmanfm: Add missing intltool-native DEPENDS
These recipes all require intltool-native to build but were missing a dependency on it. (From OE-Core rev: 3c5fdd10c3fe70d650469556b501055ebaecd628) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,6 +9,8 @@ SRC_URI = "git://git.yoctoproject.org/oprofileui \
|
||||
file://init \
|
||||
file://oprofileui-server.service "
|
||||
|
||||
DEPENDS += "intltool-native"
|
||||
|
||||
EXTRA_OECONF += "--disable-client --enable-server"
|
||||
|
||||
RDEPENDS_${PN} = "oprofile avahi-daemon"
|
||||
|
||||
@@ -8,7 +8,7 @@ SECTION = "x11"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "glib-2.0 avahi"
|
||||
DEPENDS = "glib-2.0 avahi intltool-native"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user