From 5c19745bcfa4f4502a92cbdceada9fbd312bd7d3 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Sun, 18 Sep 2011 13:55:05 +0400 Subject: uicmoc-native: install tools with suffix 2 To remove conflicts with Qt4, install Qt2 tools with suffix "2", like moc2, uic2, qvfb2. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Paul Eggleton --- recipes-qt/uicmoc/uicmoc-native_2.3.10.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes-qt') diff --git a/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb b/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb index 5846fc5..e6bcba1 100644 --- a/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb +++ b/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "User Interface Generator and Meta Object Compiler (moc) for Qt(E) HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" LICENSE = "GPL QPL" -PR = "r5" +PR = "r6" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz \ file://fix-makefile.patch \ @@ -47,8 +47,9 @@ do_compile() { do_install() { install -d ${D}${bindir} - install -m 0755 bin/moc ${D}${bindir} - install -m 0755 bin/uic ${D}${bindir} + install -m 0755 bin/moc ${D}${bindir}/moc2 + install -m 0755 bin/uic ${D}${bindir}/uic2 + install -m 0755 tools/qvfb/qvfb ${D}${bindir}/qvfb2 install -m 0755 tools/makeqpf/makeqpf ${D}${bindir} } -- cgit 1.2.3-korg