aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-02 21:07:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-03 16:45:05 +0100
commit3c5fdd10c3fe70d650469556b501055ebaecd628 (patch)
treedfc4e16f041fb16c913cf78eebbaf6b4c80012d7 /meta/recipes-kernel
parent500d48ba760f50c780377fb1ebed257a6e8b1887 (diff)
downloadopenembedded-core-3c5fdd10c3fe70d650469556b501055ebaecd628.tar.gz
oprofileui-server/oprofileui/pcmanfm: Add missing intltool-native DEPENDS
These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server_git.bb2
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index d80a0e8990..eb3b78b906 100644
--- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
@@ -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"
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc
index 6d59e47213..1dfd0c64ee 100644
--- a/meta/recipes-kernel/oprofile/oprofileui.inc
+++ b/meta/recipes-kernel/oprofile/oprofileui.inc
@@ -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