diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-11 12:32:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-11 12:32:45 +0000 |
commit | d25409164d0ce017b9703c9c1e60a0587f4f5f2f (patch) | |
tree | 7ad63904bd065addb4ca76f70f979d4e494ed67d /packages/qt/qt4-x11-free_4.1.1.bb | |
parent | bde705e9d300d987bdaed6f94e534182ec6201f5 (diff) | |
parent | 530227dfcd82122db8963f9014b906122fa6f62d (diff) |
merge of b9308de4d2d1072e26d134bd4eada0efa17993f6
and efd8840244d74e5cab246e93e24993c96eeb9db8
Diffstat (limited to 'packages/qt/qt4-x11-free_4.1.1.bb')
-rw-r--r-- | packages/qt/qt4-x11-free_4.1.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/qt/qt4-x11-free_4.1.1.bb b/packages/qt/qt4-x11-free_4.1.1.bb index 15a87bdf94..6c32026f38 100644 --- a/packages/qt/qt4-x11-free_4.1.1.bb +++ b/packages/qt/qt4-x11-free_4.1.1.bb @@ -6,7 +6,7 @@ LICENSE = "GPL QPL" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "uicmoc4-native qmake2-native freetype jpeg libx11 xft libxext libxrender libxrandr libxcursor" PROVIDES = "qt4x11" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \ file://cross-compile.patch;patch=1 \ @@ -69,6 +69,10 @@ PARTS = "3Support Core Designer DesignerComponents Gui Network Sql Svg Test Xml" do_stage() { oe_runmake install INSTALL_ROOT=/ + install -m 0755 ${STAGING_BINDIR}/rcc4 ${STAGING_QT_DIR}/bin/rcc + install -m 0755 ${STAGING_BINDIR}/moc4 ${STAGING_QT_DIR}/bin/moc + install -m 0755 ${STAGING_BINDIR}/uic4 ${STAGING_QT_DIR}/bin/uic + } # FIXME: Might want to call oe_runmake install INSTALL_ROOT=${D}/${prefix} as well... |