diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:46:21 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:56 -0700 |
commit | 4e30a5d825e40bc6a40df5f8a388ac052cfee83d (patch) | |
tree | d915ff0149d4eaa0766ee1c145a3b5d4d3e0c302 /recipes | |
parent | c80700c6bf9d64e8523f5cd866e5d3b9b5cb96cd (diff) |
libsdl-ttf-native: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libsdl/libsdl-ttf-native_2.0.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/libsdl/libsdl-ttf-native_2.0.3.bb b/recipes/libsdl/libsdl-ttf-native_2.0.3.bb index 41608a98b5..f31fe0363b 100644 --- a/recipes/libsdl/libsdl-ttf-native_2.0.3.bb +++ b/recipes/libsdl/libsdl-ttf-native_2.0.3.bb @@ -2,7 +2,6 @@ require libsdl-ttf_${PV}.bb inherit native DEPENDS = "libsdl-native" -FILESPATH = "${FILE_DIRNAME}/libsdl-ttf-${PV}:${FILE_DIRNAME}/libsdl-ttf:${FILE_DIRNAME}/files" EXTRA_OECONF = "--disable-sdltest --with-sdl-prefix=${STAGING_LIBDIR}/.." |