summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-08 18:24:08 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-08 19:53:03 +0000
commitd6eabbc05e39f78d50a0e6b9b41d356abc862741 (patch)
tree624542d9c61de06fc13516b1e74e4a93562ded1a /recipes-qt3/qt3/qt-x11-free_3.3.7.bb
parent9d58aef10d75fe5168cc0c561c480c751266d54b (diff)
downloadmeta-qt3-d6eabbc05e39f78d50a0e6b9b41d356abc862741.tar.gz
qt-x11-free: fix installation and packaging
* You cannot install files into the sysroot, this will cause interaction problems with shared state. * Fixed packaging to install to sensible paths and remove most of the warnings. * Merged prepends/appends and their associated functions within the same recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qt3/qt3/qt-x11-free_3.3.7.bb')
-rw-r--r--recipes-qt3/qt3/qt-x11-free_3.3.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
index a67dd63..cf3b878 100644
--- a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
+++ b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
@@ -1,6 +1,6 @@
1DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libxrender libxrandr libxcursor virtual/libgl" 1DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libxrender libxrandr libxcursor virtual/libgl"
2PROVIDES = "qt3x11" 2PROVIDES = "qt3x11"
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.0"
4 4
5LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \ 5LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \
6 file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b" 6 file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b"