diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-23 16:48:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-23 16:49:53 +0100 |
commit | c8df97b1499d31b0f18ccde0d25ef16f98ed348c (patch) | |
tree | a29ab398a29d0cde74b2805f181f0d1e40983f8a /recipes/qt4/qt4-x11-free.inc | |
parent | 5b6b153cde47a412c12b65328a3308b8a43c47d3 (diff) |
qt4: sync package between -native, -sdk and target packages
* also sed out path to ${WORKDIR} in target package
Diffstat (limited to 'recipes/qt4/qt4-x11-free.inc')
-rw-r--r-- | recipes/qt4/qt4-x11-free.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-x11-free.inc b/recipes/qt4/qt4-x11-free.inc index fd33a21787..d8dfa5c225 100644 --- a/recipes/qt4/qt4-x11-free.inc +++ b/recipes/qt4/qt4-x11-free.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com" LICENSE = "GPL QPL" DEPENDS += "virtual/libx11 fontconfig xft libxext libxrender libxrandr libxcursor" -INC_PR = "r16" +INC_PR = "r17" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \ file://0001-cross-compile.patch;patch=1 \ |