From: Chris Larson Date: Thu, 2 Oct 2003 16:25:29 +0000 (+0000) Subject: Correct the auto*-buildarch PN set. X-Git-Tag: Release-2010-05/1~20740 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49aa9766caec96de5771384f8bbd8cec97972bf;p=openembedded.git Correct the auto*-buildarch PN set. BKrev: 3f7c5179RZytzFlQwdsf0iR95Jt78A --- diff --git a/autoconf/autoconf-buildarch-2.57.oe b/autoconf/autoconf-buildarch-2.57.oe index b35e10ebef..ce18061bd2 100644 --- a/autoconf/autoconf-buildarch-2.57.oe +++ b/autoconf/autoconf-buildarch-2.57.oe @@ -1,5 +1,5 @@ include autoconf-${PV}.oe -PN_append='-buildarch' +PN:='autoconf-buildarch' S = ${WORKDIR}/autoconf-${PV} inherit native diff --git a/automake/automake-buildarch-1.7.7.oe b/automake/automake-buildarch-1.7.7.oe index b497f6e1d5..b87e2e202a 100644 --- a/automake/automake-buildarch-1.7.7.oe +++ b/automake/automake-buildarch-1.7.7.oe @@ -1,5 +1,5 @@ include automake-${PV}.oe -PN_append='-buildarch' +PN:='automake-buildarch' S = ${WORKDIR}/automake-${PV} inherit native