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-09 08:13:49 -0700 |
| commit | 5d3bfbbd187c4eb9fbfe66f0a9f3f22e5ce94427 (patch) | |
| tree | d60c1af47e55b12a9fa1edc096bdca8b5f76b6e7 | |
| parent | 36c91352155617cc6ee3a975b3ced5fb026d1e3b (diff) | |
| download | poky-5d3bfbbd187c4eb9fbfe66f0a9f3f22e5ce94427.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>
| -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 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 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Patch courtesy gentoo-portage/sys-devel/gnuconfig/files/automake-1.8.5-config-guess-uclibc.patch. | 3 | Patch courtesy gentoo-portage/sys-devel/gnuconfig/files/automake-1.8.5-config-guess-uclibc.patch. |
| 2 | 4 | ||
| 3 | updated to 20050516 by Marcin 'Hrw' Juszkiewicz (by hand) | 5 | 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 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 | |||
| 3 | SECTION = "devel" | 3 | SECTION = "devel" |
| 4 | LICENSE = "GPLv1+" | 4 | LICENSE = "GPLv1+" |
| 5 | LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3" | 5 | LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3" |
| 6 | DEPENDS = "" | 6 | |
| 7 | DEPENDS_virtclass-native = "perl-native" | ||
| 8 | |||
| 7 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
| 8 | 10 | ||
| 9 | FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" | 11 | FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" |
| 10 | PV = "0.1+cvs${FIXEDSRCDATE}" | 12 | PV = "0.1+cvs${FIXEDSRCDATE}" |
| 11 | PR = "r2" | 13 | PR = "r3" |
| 12 | 14 | ||
| 13 | SRC_URI = "cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=${FIXEDSRCDATE} \ | 15 | SRC_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 \ |
