diff options
author | Rene Wagner <rw@handhelds.org> | 2005-08-18 13:28:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-18 13:28:32 +0000 |
commit | 0cb827a2a7d663d1535c323a0b21aa79a4fc53c1 (patch) | |
tree | 5c601f6374ce5ded64f0ec5afb277ee2f39eec32 /packages/findutils | |
parent | faf73de986a045e726eb0eb90200dc4a17bfdf15 (diff) |
findutils: re-add -native variant. there's no need to move the patches around.
Diffstat (limited to 'packages/findutils')
-rw-r--r-- | packages/findutils/findutils-native_4.1.20.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/findutils/findutils-native_4.1.20.bb b/packages/findutils/findutils-native_4.1.20.bb new file mode 100644 index 0000000000..47fcfdcaa9 --- /dev/null +++ b/packages/findutils/findutils-native_4.1.20.bb @@ -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}" |