diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-02 21:07:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:45:05 +0100 |
commit | 3c5fdd10c3fe70d650469556b501055ebaecd628 (patch) | |
tree | dfc4e16f041fb16c913cf78eebbaf6b4c80012d7 /meta/recipes-sato/pcmanfm | |
parent | 500d48ba760f50c780377fb1ebed257a6e8b1887 (diff) | |
download | openembedded-core-3c5fdd10c3fe70d650469556b501055ebaecd628.tar.gz openembedded-core-3c5fdd10c3fe70d650469556b501055ebaecd628.tar.bz2 openembedded-core-3c5fdd10c3fe70d650469556b501055ebaecd628.zip |
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-sato/pcmanfm')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb index fe25682783..14c5cd5d63 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2" SECTION = "x11" -DEPENDS = "gtk+ startup-notification libfm" +DEPENDS = "gtk+ startup-notification libfm intltool-native" DEPENDS_append_poky = " libowl" |