make-native: fix inherit/include order
authorRene Wagner <rw@handhelds.org>
Fri, 26 Aug 2005 21:59:12 +0000 (21:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 26 Aug 2005 21:59:12 +0000 (21:59 +0000)
packages/make/make-native_3.80.bb

index 848bb03..8541c48 100644 (file)
@@ -1,5 +1,5 @@
-inherit native
 include make_${PV}.bb
+inherit native
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
 S = "${WORKDIR}/make-${PV}"