* [PATCH 1/2] elfutils: add bzip2 to DEPENDS
2011-03-05 19:56 [PATCH 0/2] 2 Dependency Fixes for RC2 Saul Wold
@ 2011-03-05 19:56 ` Saul Wold
2011-03-05 19:56 ` [PATCH 2/2] util-macros: add libgpg-error to DEPENDS list Saul Wold
2011-03-06 13:28 ` [OE-core] " Richard Purdie
2 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-03-05 19:56 UTC (permalink / raw)
To: poky, openembedded-core
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index 44b3c52..b2f700e 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -4,7 +4,7 @@ SECTION = "base"
LICENSE = "GPLv2 with exceptions"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
-DEPENDS = "libtool zlib"
+DEPENDS = "libtool bzip2 zlib"
PR = "r1"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 0/2] 2 Dependency Fixes for RC2
@ 2011-03-05 19:56 Saul Wold
2011-03-05 19:56 ` [PATCH 1/2] elfutils: add bzip2 to DEPENDS Saul Wold
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Saul Wold @ 2011-03-05 19:56 UTC (permalink / raw)
To: poky, openembedded-core
From: Saul Wold <sgw@linux.intel.com>
These to missing Dependencies showed up on a recent
RC2 build
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: distro/oe-core
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core
Thanks,
Saul Wold <sgw@linux.intel.com>
---
Saul Wold (2):
elfutils: add bzip2 to DEPENDS
util-macros: add libgpg-error to DEPENDS list
meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 +-
.../xorg-util/util-macros_1.11.0.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] util-macros: add libgpg-error to DEPENDS list
2011-03-05 19:56 [PATCH 0/2] 2 Dependency Fixes for RC2 Saul Wold
2011-03-05 19:56 ` [PATCH 1/2] elfutils: add bzip2 to DEPENDS Saul Wold
@ 2011-03-05 19:56 ` Saul Wold
2011-03-06 13:28 ` [OE-core] " Richard Purdie
2 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-03-05 19:56 UTC (permalink / raw)
To: poky, openembedded-core
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../xorg-util/util-macros_1.11.0.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
index 8242326..2d038a7 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
@@ -11,7 +11,7 @@ PE = "1"
PR = "r0"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
-DEPENDS = "gettext"
+DEPENDS = "gettext libgpg-error"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
--
1.7.1.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] 2 Dependency Fixes for RC2
2011-03-05 19:56 [PATCH 0/2] 2 Dependency Fixes for RC2 Saul Wold
@ 2011-03-06 13:28 ` Richard Purdie
2011-03-05 19:56 ` [PATCH 2/2] util-macros: add libgpg-error to DEPENDS list Saul Wold
2011-03-06 13:28 ` [OE-core] " Richard Purdie
2 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-03-06 13:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: poky
On Sat, 2011-03-05 at 11:56 -0800, Saul Wold wrote:
> From: Saul Wold <sgw@linux.intel.com>
>
> These to missing Dependencies showed up on a recent
> RC2 build
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: distro/oe-core
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core
>
> Thanks,
> Saul Wold <sgw@linux.intel.com>
> ---
>
>
> Saul Wold (2):
> elfutils: add bzip2 to DEPENDS
> util-macros: add libgpg-error to DEPENDS list
>
> meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 +-
> .../xorg-util/util-macros_1.11.0.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Merged into OE-Core master and Poky master, thanks.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 0/2] 2 Dependency Fixes for RC2
@ 2011-03-06 13:28 ` Richard Purdie
0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-03-06 13:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: poky
On Sat, 2011-03-05 at 11:56 -0800, Saul Wold wrote:
> From: Saul Wold <sgw@linux.intel.com>
>
> These to missing Dependencies showed up on a recent
> RC2 build
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: distro/oe-core
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core
>
> Thanks,
> Saul Wold <sgw@linux.intel.com>
> ---
>
>
> Saul Wold (2):
> elfutils: add bzip2 to DEPENDS
> util-macros: add libgpg-error to DEPENDS list
>
> meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 +-
> .../xorg-util/util-macros_1.11.0.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Merged into OE-Core master and Poky master, thanks.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-06 13:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05 19:56 [PATCH 0/2] 2 Dependency Fixes for RC2 Saul Wold
2011-03-05 19:56 ` [PATCH 1/2] elfutils: add bzip2 to DEPENDS Saul Wold
2011-03-05 19:56 ` [PATCH 2/2] util-macros: add libgpg-error to DEPENDS list Saul Wold
2011-03-06 13:28 ` [PATCH 0/2] 2 Dependency Fixes for RC2 Richard Purdie
2011-03-06 13:28 ` [OE-core] " Richard Purdie
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.