lua-native: Change include order to fix staging.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 16 May 2006 09:46:35 +0000 (09:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 16 May 2006 09:46:35 +0000 (09:46 +0000)
packages/lua/lua-native_5.0.2.bb

index 6a742e4..16ae429 100644 (file)
@@ -1,6 +1,6 @@
 include lua.inc
 
-PR = "r1"
+PR = "r2"
 DEPENDS += "readline-native"
 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
           file://debian.patch;patch=1 \
@@ -10,5 +10,6 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
 S = "${WORKDIR}/lua-${PV}"
 FILESPATH = "${FILE_DIRNAME}/lua-${PV}:${FILE_DIRNAME}/lua:${FILE_DIRNAME}/files"
 
-include lua-build.inc
 inherit native
+include lua-build.inc
+