From patchwork Tue Mar 12 09:56:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V3] Coreutils 6.9 depends on libattr Date: Tue, 12 Mar 2013 09:56:00 -0000 From: Alexandru DAMIAN X-Patchwork-Id: 46041 Message-Id: <1363082162-22911-1-git-send-email-alexandru.damian@intel.com> To: openembedded-core@lists.openembedded.org Cc: Alexandru DAMIAN From: Alexandru DAMIAN We have a build dependency, so list it out. Signed-off-by: Alexandru DAMIAN --- 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