From patchwork Wed Nov 30 08:45:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,1/5] gnu-config: Extend to provide nativesdk recipe Date: Wed, 30 Nov 2011 08:45:41 -0000 From: wenzong.fan@windriver.com X-Patchwork-Id: 15815 Message-Id: <67feaf8417bf8b28c7d898056b92c2625045acd6.1322642187.git.wenzong.fan@windriver.com> To: From: Wenzong Fan We need to provide autoconf-natviesdk in meta-toolchain, the gnu-config-nativesdk is required by it. 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"