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:49:19 +0100 |
commit | 5c8effaa72ec9e6d8768ba5c2ac0541d74405ecc (patch) | |
tree | f4dee6ee4de23b8bcd581b6e7af042290c9c3b3f /meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb | |
parent | 8eac4e710482dad27296d95e940db9bf18bc0c8e (diff) | |
download | poky-5c8effaa72ec9e6d8768ba5c2ac0541d74405ecc.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.
(From OE-Core rev: 3c5fdd10c3fe70d650469556b501055ebaecd628)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb')
-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 \ | |||
7 | file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2" | 7 | file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2" |
8 | 8 | ||
9 | SECTION = "x11" | 9 | SECTION = "x11" |
10 | DEPENDS = "gtk+ startup-notification libfm" | 10 | DEPENDS = "gtk+ startup-notification libfm intltool-native" |
11 | DEPENDS_append_poky = " libowl" | 11 | DEPENDS_append_poky = " libowl" |
12 | 12 | ||
13 | 13 | ||