diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:51:35 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:58 -0700 |
commit | c94b21e56b646841d88ad79939be158b3027e025 (patch) | |
tree | 699f5a03aebd1b73f78cf9c3a2671c3232b99330 /recipes/lua/lua_5.0.2.bb | |
parent | befbc2e0b66afa1e4815cca3325c30989f6e036d (diff) |
lua: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/lua/lua_5.0.2.bb')
-rw-r--r-- | recipes/lua/lua_5.0.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/lua/lua_5.0.2.bb b/recipes/lua/lua_5.0.2.bb index 06efdc0528..e23ed89fff 100644 --- a/recipes/lua/lua_5.0.2.bb +++ b/recipes/lua/lua_5.0.2.bb @@ -8,7 +8,6 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \ file://advanced-readline.patch" # http://lua-users.org/files/wiki_insecure/power_patches/5.0/advanced-readline.patch" S = "${WORKDIR}/lua-${PV}" -FILESPATH = "${FILE_DIRNAME}/lua-${PV}:${FILE_DIRNAME}/lua:${FILE_DIRNAME}/files" require lua-build.inc inherit binconfig |