diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-07 11:11:46 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-07 11:11:46 +0000 |
commit | 298dd441a0efb859be6fc0da4b3ae069e3b1de3f (patch) | |
tree | 32c081aca477ae67b953f441331ccb186654e009 /packages/lua/lua-native_5.0.2.bb | |
parent | af5f0bd309b34453fcc397c05ed34c33f53f33ef (diff) | |
parent | 578337a073332bac0da58ce23ded325ae294b035 (diff) |
merge of 70cd861a84040db0f14008d8552b1f2dbc5c8084
and a7904b535294d222e83d153c9fc22b575a5952c4
Diffstat (limited to 'packages/lua/lua-native_5.0.2.bb')
-rw-r--r-- | packages/lua/lua-native_5.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/lua/lua-native_5.0.2.bb b/packages/lua/lua-native_5.0.2.bb index 16ae4290c8..bf70f84ac0 100644 --- a/packages/lua/lua-native_5.0.2.bb +++ b/packages/lua/lua-native_5.0.2.bb @@ -1,4 +1,4 @@ -include lua.inc +require lua.inc PR = "r2" DEPENDS += "readline-native" @@ -11,5 +11,5 @@ S = "${WORKDIR}/lua-${PV}" FILESPATH = "${FILE_DIRNAME}/lua-${PV}:${FILE_DIRNAME}/lua:${FILE_DIRNAME}/files" inherit native -include lua-build.inc +require lua-build.inc |