| Submitter | Saul Wold |
|---|---|
| Date | Dec. 22, 2011, 8:07 p.m. |
| Message ID | <1324584443-7882-1-git-send-email-sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17517/ |
| State | New |
| Headers | show |
Comments
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!
Patch
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
[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(-)