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-kernel/oprofile/oprofileui-server_git.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-kernel/oprofile/oprofileui-server_git.bb')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 2 |
1 files changed, 2 insertions, 0 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 \ | |||
9 | file://init \ | 9 | file://init \ |
10 | file://oprofileui-server.service " | 10 | file://oprofileui-server.service " |
11 | 11 | ||
12 | DEPENDS += "intltool-native" | ||
13 | |||
12 | EXTRA_OECONF += "--disable-client --enable-server" | 14 | EXTRA_OECONF += "--disable-client --enable-server" |
13 | 15 | ||
14 | RDEPENDS_${PN} = "oprofile avahi-daemon" | 16 | RDEPENDS_${PN} = "oprofile avahi-daemon" |