All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dpkg depends on ncurses
@ 2013-03-08 15:45 Alex DAMIAN
  2013-03-08 15:45 ` [PATCH 2/2] Coreutils 6.9 depends on libattr Alex DAMIAN
  2013-03-11 21:59 ` [PATCH 1/2] dpkg depends on ncurses Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Alex DAMIAN @ 2013-03-08 15:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexandru DAMIAN

From: Alexandru DAMIAN <alexandru.damian@intel.com>

Dpkg compilation depends on the ncurses, so add
this dependency.
---
 meta/recipes-devtools/dpkg/dpkg.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 0bc1ae8..cdecd19 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -7,7 +7,7 @@ INC_PR = "r19"
 SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
            file://ignore_extra_fields.patch"
 
-DEPENDS = "zlib bzip2 perl"
+DEPENDS = "zlib bzip2 perl ncurses"
 DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native"
 RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
 RDEPENDS_${PN}_class-native = ""
-- 
1.7.10.4




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

* [PATCH 2/2] Coreutils 6.9 depends on libattr
  2013-03-08 15:45 [PATCH 1/2] dpkg depends on ncurses Alex DAMIAN
@ 2013-03-08 15:45 ` Alex DAMIAN
  2013-03-11 21:59 ` [PATCH 1/2] dpkg depends on ncurses Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Alex DAMIAN @ 2013-03-08 15:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexandru DAMIAN

From: Alexandru DAMIAN <alexandru.damian@intel.com>

We have a build dependency, so list it out.
---
 meta/recipes-core/coreutils/coreutils_6.9.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index c0778ba..f712692 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -9,6 +9,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543"
 PR = "r5"
+DEPENDS = "attr"
 DEPENDS_class-native = "gettext-native"
 
 inherit autotools gettext
-- 
1.7.10.4




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

* Re: [PATCH 1/2] dpkg depends on ncurses
  2013-03-08 15:45 [PATCH 1/2] dpkg depends on ncurses Alex DAMIAN
  2013-03-08 15:45 ` [PATCH 2/2] Coreutils 6.9 depends on libattr Alex DAMIAN
@ 2013-03-11 21:59 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2013-03-11 21:59 UTC (permalink / raw)
  To: Alex DAMIAN; +Cc: openembedded-core


Missing Signed-off for both of these patches.

Sau!


On 03/08/2013 07:45 AM, Alex DAMIAN wrote:
> From: Alexandru DAMIAN <alexandru.damian@intel.com>
>
> Dpkg compilation depends on the ncurses, so add
> this dependency.
> ---
>   meta/recipes-devtools/dpkg/dpkg.inc |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
> index 0bc1ae8..cdecd19 100644
> --- a/meta/recipes-devtools/dpkg/dpkg.inc
> +++ b/meta/recipes-devtools/dpkg/dpkg.inc
> @@ -7,7 +7,7 @@ INC_PR = "r19"
>   SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
>              file://ignore_extra_fields.patch"
>
> -DEPENDS = "zlib bzip2 perl"
> +DEPENDS = "zlib bzip2 perl ncurses"
>   DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native"
>   RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
>   RDEPENDS_${PN}_class-native = ""
>



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

end of thread, other threads:[~2013-03-11 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 15:45 [PATCH 1/2] dpkg depends on ncurses Alex DAMIAN
2013-03-08 15:45 ` [PATCH 2/2] Coreutils 6.9 depends on libattr Alex DAMIAN
2013-03-11 21:59 ` [PATCH 1/2] dpkg depends on ncurses 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.