diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-02 16:25:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-02 16:25:29 +0000 |
commit | d49aa9766caec96de5771384f8bbd8cec97972bf (patch) | |
tree | c37ae8133b92cb4c3ba2cd878149b894c2a778c7 /autoconf | |
parent | f0ad13c33c95f633405bd3d9b74c022f9d010fe4 (diff) |
Correct the auto*-buildarch PN set.
BKrev: 3f7c5179RZytzFlQwdsf0iR95Jt78A
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/autoconf-buildarch-2.57.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 |