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 /automake | |
parent | f0ad13c33c95f633405bd3d9b74c022f9d010fe4 (diff) |
Correct the auto*-buildarch PN set.
BKrev: 3f7c5179RZytzFlQwdsf0iR95Jt78A
Diffstat (limited to 'automake')
-rw-r--r-- | automake/automake-buildarch-1.7.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 |