All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libgnome-keyring: add missing DEPENDS on intltool-native
@ 2012-09-11 15:13 jackie.huang
  2012-09-11 15:13 ` [PATCH 1/1] " jackie.huang
  2012-09-12 16:52 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: jackie.huang @ 2012-09-11 15:13 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>


The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7:

  classes/packageinfo: use better method to check if package exists (2012-09-10 21:52:37 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib jhuang0/bug3081_libgnome-kering_0911
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/bug3081_libgnome-kering_0911

Jackie Huang (1):
  libgnome-keyring: add missing DEPENDS on intltool-native

 .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] libgnome-keyring: add missing DEPENDS on intltool-native
  2012-09-11 15:13 [PATCH 0/1] libgnome-keyring: add missing DEPENDS on intltool-native jackie.huang
@ 2012-09-11 15:13 ` jackie.huang
  2012-09-12 16:52 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: jackie.huang @ 2012-09-11 15:13 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

libgnome-keyring requires command 'intltoolize' in configure,
so add DEPENDS intltool-native.

[YOCTO #3081]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
index cf18732..8ed44f3 100644
--- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
+++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \
                     file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08"
 
 SECTION = "x11/gnome/libs"
-PR = "r2"
+PR = "r3"
 
 inherit gnome gtk-doc
 
-DEPENDS = "dbus libgcrypt glib-2.0"
+DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
 
 SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
 SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
-- 
1.7.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] libgnome-keyring: add missing DEPENDS on intltool-native
  2012-09-11 15:13 [PATCH 0/1] libgnome-keyring: add missing DEPENDS on intltool-native jackie.huang
  2012-09-11 15:13 ` [PATCH 1/1] " jackie.huang
@ 2012-09-12 16:52 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-09-12 16:52 UTC (permalink / raw)
  To: jackie.huang; +Cc: openembedded-core

On 09/11/2012 08:13 AM, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
>
> The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7:
>
>    classes/packageinfo: use better method to check if package exists (2012-09-10 21:52:37 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib jhuang0/bug3081_libgnome-kering_0911
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/bug3081_libgnome-kering_0911
>
> Jackie Huang (1):
>    libgnome-keyring: add missing DEPENDS on intltool-native
>
>   .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
Merged into OE-Core

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-12 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-11 15:13 [PATCH 0/1] libgnome-keyring: add missing DEPENDS on intltool-native jackie.huang
2012-09-11 15:13 ` [PATCH 1/1] " jackie.huang
2012-09-12 16:52 ` [PATCH 0/1] " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.