diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-03-28 10:22:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-28 10:22:32 +0000 |
commit | c20b2ca34cdf9be3245912dcf9b53590103cd9f7 (patch) | |
tree | f7b074f6ec6a75136243cf6272ec16e21874f806 /packages/uicmoc/uicmoc3-native_3.3.5.bb | |
parent | b522171f13f0aa07616f055200511f2ec73a0632 (diff) |
uicmoc 2.3.10, 3.3.5: add patch to make it build on 64bit platforms.
Thanks Darren Edmundson for writing the patch and Eric Shattow for testing.
Diffstat (limited to 'packages/uicmoc/uicmoc3-native_3.3.5.bb')
-rw-r--r-- | packages/uicmoc/uicmoc3-native_3.3.5.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/uicmoc/uicmoc3-native_3.3.5.bb b/packages/uicmoc/uicmoc3-native_3.3.5.bb index 6354377bcf..142b3997e0 100644 --- a/packages/uicmoc/uicmoc3-native_3.3.5.bb +++ b/packages/uicmoc/uicmoc3-native_3.3.5.bb @@ -1,11 +1,14 @@ DESCRIPTION = "User Interface Generator and Meta Object Compiler (moc) for Qt(E) 3.x" +HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL QPL" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-free-${PV}.tar.bz2 \ - file://no-examples.patch;patch=1" + file://no-examples.patch;patch=1 \ + file://64bit-cleanup.patch;patch=1" S = "${WORKDIR}/qt-embedded-free-${PV}" |