diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-13 10:23:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-13 10:23:08 +0000 |
commit | c56142e371f13fd6500f95191bcbee694960cefb (patch) | |
tree | 7d511a5ba170c0c4cac3c3a368b7e814381939ef /qt | |
parent | 553647a5e39cdc936a8e87de9164023663fec06a (diff) |
fix qt-x11-native FILESDIR
BKrev: 416d020cWTcbX4BH1QVHcmYLVXj8-w
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qt-x11-free-native_3.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qt-x11-free-native_3.3.2.oe b/qt/qt-x11-free-native_3.3.2.oe index ffbbf4beed..c52f54f68a 100644 --- a/qt/qt-x11-free-native_3.3.2.oe +++ b/qt/qt-x11-free-native_3.3.2.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" DEPENDS = "qmake-native x11-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qt-x11-free-${PV}" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qt-x11-free" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ file://no-examples.patch;patch=1" |