findutils: re-add -native variant. there's no need to move the patches around.
authorRene Wagner <rw@handhelds.org>
Thu, 18 Aug 2005 13:28:32 +0000 (13:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 18 Aug 2005 13:28:32 +0000 (13:28 +0000)
packages/findutils/findutils-native_4.1.20.bb [new file with mode: 0644]

diff --git a/packages/findutils/findutils-native_4.1.20.bb b/packages/findutils/findutils-native_4.1.20.bb
new file mode 100644 (file)
index 0000000..47fcfdc
--- /dev/null
@@ -0,0 +1,4 @@
+inherit native
+include findutils_${PV}.bb
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/findutils-${PV}"
+S = "${WORKDIR}/findutils-${PV}"