[oe-commits] Richard Purdie : oprofileui-server/oprofileui/pcmanfm: Add missing intltool-native DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Jun 2 21:42:41 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5448b483ac178d9280d45fd5c8322fb4e57c57fd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5448b483ac178d9280d45fd5c8322fb4e57c57fd

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun  2 21:07:13 2014 +0100

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 at linuxfoundation.org>

---

 meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 2 ++
 meta/recipes-kernel/oprofile/oprofileui.inc           | 2 +-
 meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb            | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index d80a0e8..eb3b78b 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 6d59e47..1dfd0c6 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
 
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb
index fe25682..14c5cd5 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"
 
 



More information about the Openembedded-commits mailing list