diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-04-12 10:39:42 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-08 23:56:10 -0700 |
commit | 649a836a6a5c64aa48f2a612a90c2d4c26731e05 (patch) | |
tree | ac20e8111af98fe917df22a254265008952ad25b /meta | |
parent | af4da98b0b4da9f897e9f4637dfc124e81327045 (diff) | |
download | openembedded-core-contrib-649a836a6a5c64aa48f2a612a90c2d4c26731e05.tar.gz |
gnu-config-native: add dependency on perl-native
Fixes [YOCTO #968]
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_20080123.bb | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch b/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch index f820cef1c98..f862c83f4b5 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch +++ b/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Patch courtesy gentoo-portage/sys-devel/gnuconfig/files/automake-1.8.5-config-guess-uclibc.patch. updated to 20050516 by Marcin 'Hrw' Juszkiewicz (by hand) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb index e0a815560ff..897984d81fa 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb @@ -3,12 +3,14 @@ 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_virtclass-native = "perl-native" + INHIBIT_DEFAULT_DEPS = "1" FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" PV = "0.1+cvs${FIXEDSRCDATE}" -PR = "r2" +PR = "r3" SRC_URI = "cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=${FIXEDSRCDATE} \ file://config-guess-uclibc.patch \ |