diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2011-11-30 16:45:41 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:15:07 +0000 |
| commit | d977988d520f2f404352803290a5849fd09adfce (patch) | |
| tree | cdc61ff4f318a91224d3699e4a89c708159c6373 /meta/recipes-devtools/gnu-config | |
| parent | d759c8b4d57dd29310d91f18998dd36dcb661962 (diff) | |
| download | poky-d977988d520f2f404352803290a5849fd09adfce.tar.gz | |
gnu-config: Extend to provide nativesdk recipe
We need to provide autoconf-natviesdk in meta-toolchain, the
gnu-config-nativesdk is required by it.
(From OE-Core rev: 5e134b60773fa948c586dae777a6e75dce29d27d)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.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_20111111.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20111111.bb b/meta/recipes-devtools/gnu-config/gnu-config_20111111.bb index 27400c617d..0c652c27b5 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_20111111.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_20111111.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS_virtclass-native = "perl-native-runtime" | |||
| 8 | 8 | ||
| 9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
| 10 | 10 | ||
| 11 | PR = "r0" | 11 | PR = "r1" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-yocto-${PV}.tgz \ | 13 | SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-yocto-${PV}.tgz \ |
| 14 | file://config-guess-uclibc.patch \ | 14 | file://config-guess-uclibc.patch \ |
| @@ -38,4 +38,4 @@ do_install () { | |||
| 38 | PACKAGES = "${PN}" | 38 | PACKAGES = "${PN}" |
| 39 | FILES_${PN} = "${bindir} ${datadir}/gnu-config" | 39 | FILES_${PN} = "${bindir} ${datadir}/gnu-config" |
| 40 | 40 | ||
| 41 | BBCLASSEXTEND = "native" | 41 | BBCLASSEXTEND = "native nativesdk" |
