From: Rene Wagner Date: Thu, 18 Aug 2005 13:28:32 +0000 (+0000) Subject: findutils: re-add -native variant. there's no need to move the patches around. X-Git-Tag: Release-2010-05/1~9453^2~3829^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb827a2a7d663d1535c323a0b21aa79a4fc53c1;p=openembedded.git findutils: re-add -native variant. there's no need to move the patches around. --- 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}"