| Submitter | Alexandru DAMIAN |
|---|---|
| Date | March 8, 2013, 3:45 p.m. |
| Message ID | <1362757528-9240-2-git-send-email-alexandru.damian@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/45719/ |
| State | New |
| Headers | show |
Comments
Patch
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
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(+)