findutils-native: fix inherit/include order
authorRene Wagner <rw@handhelds.org>
Fri, 26 Aug 2005 22:01:17 +0000 (22:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 26 Aug 2005 22:01:17 +0000 (22:01 +0000)
packages/findutils/findutils-native_4.1.20.bb

index 47fcfdc..617d1ba 100644 (file)
@@ -1,4 +1,4 @@
-inherit native
 include findutils_${PV}.bb
+inherit native
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/findutils-${PV}"
 S = "${WORKDIR}/findutils-${PV}"