summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gnu-config
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-04-12 10:39:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:09:06 +0100
commit605141a93443df042634b2219a8628a9004be023 (patch)
tree04e7cf515a011541f26a54c6b303956b39fbc2ca /meta/recipes-devtools/gnu-config
parent839de46b0c131e14c23a05d3148686283a828d85 (diff)
downloadpoky-605141a93443df042634b2219a8628a9004be023.tar.gz
gnu-config-native: add dependency on perl-native
Fixes [YOCTO #968] (From OE-Core rev: 649a836a6a5c64aa48f2a612a90c2d4c26731e05) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch2
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_20080123.bb6
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 f820cef1c9..f862c83f4b 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 @@
1Upstream-Status: Pending
2
1Patch courtesy gentoo-portage/sys-devel/gnuconfig/files/automake-1.8.5-config-guess-uclibc.patch. 3Patch courtesy gentoo-portage/sys-devel/gnuconfig/files/automake-1.8.5-config-guess-uclibc.patch.
2 4
3updated to 20050516 by Marcin 'Hrw' Juszkiewicz (by hand) 5updated 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 e0a815560f..897984d81f 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
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPLv1+" 4LICENSE = "GPLv1+"
5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3" 5LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
6DEPENDS = "" 6
7DEPENDS_virtclass-native = "perl-native"
8
7INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
8 10
9FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" 11FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
10PV = "0.1+cvs${FIXEDSRCDATE}" 12PV = "0.1+cvs${FIXEDSRCDATE}"
11PR = "r2" 13PR = "r3"
12 14
13SRC_URI = "cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=${FIXEDSRCDATE} \ 15SRC_URI = "cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=${FIXEDSRCDATE} \
14 file://config-guess-uclibc.patch \ 16 file://config-guess-uclibc.patch \