From patchwork Tue Apr 12 03:16:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [12/12] gnu-config: add dependency on perl Date: Tue, 12 Apr 2011 03:16:32 -0000 From: Dexuan Cui X-Patchwork-Id: 2179 Message-Id: <5b05191af979261a34d4b394d486877919e12f88.1302576423.git.dexuan.cui@intel.com> To: openembedded-core@lists.openembedded.org Cc: From: Dexuan Cui Fixes [YOCTO #968] gnu-config-native needs perl-native. Signed-off-by: Dexuan Cui --- .../gnu-config/gnu-config_20080123.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb index e0a8155..1d469ea 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a direc SECTION = "devel" LICENSE = "GPLv1+" LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3" -DEPENDS = "" +DEPENDS = "perl" INHIBIT_DEFAULT_DEPS = "1" FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"