diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-02 16:21:32 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-02 16:21:32 +0000 |
commit | f0ad13c33c95f633405bd3d9b74c022f9d010fe4 (patch) | |
tree | a86f815838dff83c6e4f6b3a63695c5d62ccb340 /automake | |
parent | 4d099af8e510b6ef809381a58427e1d61145df8c (diff) |
Cleanup a couple builds after moving the path adjustments and stage/install into native/cross oeclasses.
BKrev: 3f7c508cNhFrD8fZ56F8DL6UqQBnbg
Diffstat (limited to 'automake')
-rw-r--r-- | automake/automake-buildarch-1.7.7.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/automake/automake-buildarch-1.7.7.oe b/automake/automake-buildarch-1.7.7.oe index e69de29bb2..b497f6e1d5 100644 --- a/automake/automake-buildarch-1.7.7.oe +++ b/automake/automake-buildarch-1.7.7.oe @@ -0,0 +1,5 @@ +include automake-${PV}.oe +PN_append='-buildarch' +S = ${WORKDIR}/automake-${PV} + +inherit native |