diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-23 11:42:03 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-23 11:42:03 +0000 |
commit | 31aba0db248276bd8fdd0e08ef0e3f3bbfde223c (patch) | |
tree | 93b2003b0a00bbe5059f8d7773e976543d404d2e /autoconf | |
parent | a4ea6db84962e272bf9c1315bd98a65caa852d9b (diff) |
Small fixes here and there in some -native builds.
BKrev: 4011088b6uyZvFFENH7gtaKmZS5SeQ
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/autoconf-native_2.57.oe | 6 | ||||
-rw-r--r-- | autoconf/autoconf-native_2.59.oe | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/autoconf/autoconf-native_2.57.oe b/autoconf/autoconf-native_2.57.oe deleted file mode 100644 index 07bb77536a..0000000000 --- a/autoconf/autoconf-native_2.57.oe +++ /dev/null @@ -1,6 +0,0 @@ -include autoconf_${PV}.oe -S = ${WORKDIR}/autoconf-${PV} -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV} -DEPENDS = - -inherit native diff --git a/autoconf/autoconf-native_2.59.oe b/autoconf/autoconf-native_2.59.oe index e69de29bb2..19038d9676 100644 --- a/autoconf/autoconf-native_2.59.oe +++ b/autoconf/autoconf-native_2.59.oe @@ -0,0 +1,6 @@ +include autoconf_${PV}.oe +S = ${WORKDIR}/autoconf-${PV} +FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV} +DEPENDS = patcher-native + +inherit native |