diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-05-16 09:46:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-16 09:46:35 +0000 |
commit | 08680cb961a9f1af036c8346a80b1706ec06e17c (patch) | |
tree | 24cff2e7599a219aee3ac796c6c3a1f813821162 /packages/lua | |
parent | 2d3ea38a2a7fa9189532b0ed9fcee5fffb1eb832 (diff) |
lua-native: Change include order to fix staging.
Diffstat (limited to 'packages/lua')
-rw-r--r-- | packages/lua/lua-native_5.0.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/lua/lua-native_5.0.2.bb b/packages/lua/lua-native_5.0.2.bb index 6a742e4a13..16ae4290c8 100644 --- a/packages/lua/lua-native_5.0.2.bb +++ b/packages/lua/lua-native_5.0.2.bb @@ -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 + |