diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:45:41 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:56 -0700 |
commit | 82b3f9bc85ebfe111eba9fe2a124db3a8ad8c81c (patch) | |
tree | 82164180ca956b293caa634f943fc1cf412564ca /recipes | |
parent | e97414ea1f92dcc9a0be758442001d0c6c53edb3 (diff) |
gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb b/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb index 5e62637d67..36c0e4753e 100644 --- a/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb +++ b/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb @@ -2,7 +2,7 @@ require gtk+_${PV}.bb inherit native DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-native" S = "${WORKDIR}/gtk+-${PV}" -FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" +FILESPATHPKG =. "gdk-pixbuf-csource:gtk+-${PV}:" SRC_URI += "file://reduce-dependencies.patch" #clear recommends for uclibc builds |