From: Michael Lauer Date: Wed, 13 Oct 2004 10:23:08 +0000 (+0000) Subject: fix qt-x11-native FILESDIR X-Git-Tag: Release-2010-05/1~16640 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56142e371f13fd6500f95191bcbee694960cefb;p=openembedded.git fix qt-x11-native FILESDIR BKrev: 416d020cWTcbX4BH1QVHcmYLVXj8-w --- 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"