From patchwork Tue Nov 29 08:38:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/5] gnu-config: Extend to provide nativesdk recipe Date: Tue, 29 Nov 2011 08:38:58 -0000 From: wenzong.fan@windriver.com X-Patchwork-Id: 15575 Message-Id: <7e6038100268ed3ced19a5f68071b886f6cf7d99.1322554339.git.wenzong.fan@windriver.com> To: From: Wenzong Fan [YOCTO #1603] gnu-config-nativesdk is required by autoconf-nativesdk. Signed-off-by: Wenzong Fan --- .../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 27400c6..0c652c2 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" INHIBIT_DEFAULT_DEPS = "1" -PR = "r0" +PR = "r1" SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-yocto-${PV}.tgz \ file://config-guess-uclibc.patch \ @@ -38,4 +38,4 @@ do_install () { PACKAGES = "${PN}" FILES_${PN} = "${bindir} ${datadir}/gnu-config" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"