From 5c8effaa72ec9e6d8768ba5c2ac0541d74405ecc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Jun 2014 21:07:13 +0100 Subject: 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 --- meta/recipes-kernel/oprofile/oprofileui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/oprofile/oprofileui.inc') 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 -- cgit v1.2.3-54-g00ecf