All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coreutils: ensure --color works so DEPEND on libcap
@ 2011-12-22 20:07 Saul Wold
  2011-12-22 20:14 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2011-12-22 20:07 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1860]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/coreutils/coreutils_8.14.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
index cc05d88..251dabe 100644
--- a/meta/recipes-core/coreutils/coreutils_8.14.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
                     file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad"
 PR = "r2"
-DEPENDS = "gmp"
+DEPENDS = "gmp libcap"
 DEPENDS_virtclass-native = ""
 
 inherit autotools gettext
-- 
1.7.6.4




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

* Re: [PATCH] coreutils: ensure --color works so DEPEND on libcap
  2011-12-22 20:07 [PATCH] coreutils: ensure --color works so DEPEND on libcap Saul Wold
@ 2011-12-22 20:14 ` Saul Wold
  0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-12-22 20:14 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 12/22/2011 12:07 PM, Saul Wold wrote:
> [YOCTO #1860]
>
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
>   meta/recipes-core/coreutils/coreutils_8.14.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
> index cc05d88..251dabe 100644
> --- a/meta/recipes-core/coreutils/coreutils_8.14.bb
> +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
> @@ -8,7 +8,7 @@ LICENSE = "GPLv3+"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
>                       file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad"
>   PR = "r2"
> -DEPENDS = "gmp"
> +DEPENDS = "gmp libcap"
>   DEPENDS_virtclass-native = ""
>
>   inherit autotools gettext

Drop this one forgot the PR bump!

Sau!



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

* [PATCH] coreutils: ensure --color works so DEPEND on libcap
@ 2011-12-22 20:13 Saul Wold
  0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-12-22 20:13 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1860]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/coreutils/coreutils_8.14.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
index cc05d88..688cec9 100644
--- a/meta/recipes-core/coreutils/coreutils_8.14.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
@@ -7,8 +7,8 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
                     file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad"
-PR = "r2"
-DEPENDS = "gmp"
+PR = "r3"
+DEPENDS = "gmp libcap"
 DEPENDS_virtclass-native = ""
 
 inherit autotools gettext
-- 
1.7.6.4




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

end of thread, other threads:[~2011-12-22 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-22 20:07 [PATCH] coreutils: ensure --color works so DEPEND on libcap Saul Wold
2011-12-22 20:14 ` Saul Wold
2011-12-22 20:13 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.