diff options
-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" |