diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-22 17:12:26 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-22 17:12:26 +0000 |
commit | a946cedfaf47d6891a8aedf0983e1df877edacd6 (patch) | |
tree | 1165b2bff0e0e5c925d469e0ff261b6c1e8f94e1 /packages | |
parent | 0a979359ee41cb575051b43296e725cc0bfc7ca3 (diff) |
gtk+-native: massage FILESPATH, so this recipe actually finds its files.
* boy, do we really need this recipe? It must have been broken since the bk import
* shouldn't it be renamed to gtk+-1.2-native_1.2.10.bb?
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gtk+/gtk+-native-1.2_1.2.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gtk+/gtk+-native-1.2_1.2.10.bb b/packages/gtk+/gtk+-native-1.2_1.2.10.bb index 232bfa4768..f5ad1a58ab 100644 --- a/packages/gtk+/gtk+-native-1.2_1.2.10.bb +++ b/packages/gtk+/gtk+-native-1.2_1.2.10.bb @@ -4,8 +4,10 @@ SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "glib-1.2 jpeg libpng libxext" -PR = "r0" +PR = "r1" + +FILESPATH =+ "${FILE_DIRNAME}/gtk+-1.2-1.2.10:" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-${PV}.tar.gz \ file://gtk+1.2-reconf-fix;patch=1 \ file://no-xwc;patch=1" |