All of lore.kernel.org
 help / color / mirror / Atom feed
* new recipie for qt thumbwheel
@ 2010-06-07 14:56 majo huber
  2010-06-07 18:58 ` Paul Menzel
  0 siblings, 1 reply; 2+ messages in thread
From: majo huber @ 2010-06-07 14:56 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

Hi@all,

we have made a new recipie for building the qt thumbwheel (a
touchscreen encoder wheel for the qt library).
I'd kindly request if anybody could push that to the dev branch.
I'd also suggest to put it in a separate directory e.g. called qt_addons.

Thanks,
majo

[-- Attachment #2: qt4-thumbwheel-opensource_2.4.bb --]
[-- Type: application/octet-stream, Size: 1040 bytes --]

SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://qt.nokia.com/downloads"
LICENSE = "GPL LGPL"
DEPENDS = "qt4-embedded"

inherit qt4e autotools

PR = "r0"

SRC_URI = "ftp://ftp.qt.nokia.com/qt/solutions/lgpl/qtthumbwheel-2.4-opensource.tar.gz"

S = "${WORKDIR}/qtthumbwheel-${PV}-opensource"

do_configure() {
  echo yes | ./configure -library
  ${OE_QMAKE_QMAKE}
}

do_install() {
  install -d ${D}${libdir}
  install -m 0755 ${S}/lib/libQtSolutions_ThumbWheel-${PV}.so.1.0.0 ${D}${libdir}
  ln -sf libQtSolutions_ThumbWheel-${PV}.so.1.0.0 ${D}${libdir}/libQtSolutions_ThumbWheel-${PV}.so.1.0
  ln -sf libQtSolutions_ThumbWheel-${PV}.so.1.0.0 ${D}${libdir}/libQtSolutions_ThumbWheel-${PV}.so.1  
  ln -sf libQtSolutions_ThumbWheel-${PV}.so.1.0.0 ${D}${libdir}/libQtSolutions_ThumbWheel-${PV}.so  
}

#ALLOW_EMPTY = ""
RDEPENDS_${PN} = "libqt-embeddedgui4"
FILES_${PN} = "${libdir}/lib*.so*"

SRC_URI[md5sum] = 48765bb0e09c0d2e686eca59cb233df9
SRC_URI[sha256sum] = "fa3208deef718ef76a93a8d421880e89c9a86f1003ac28ed6e34e393f0544be7"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: new recipie for qt thumbwheel
  2010-06-07 14:56 new recipie for qt thumbwheel majo huber
@ 2010-06-07 18:58 ` Paul Menzel
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Menzel @ 2010-06-07 18:58 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

Dear majo,


Am Montag, den 07.06.2010, 16:56 +0200 schrieb majo huber:

> we have made a new recipie for building the qt thumbwheel (a
> touchscreen encoder wheel for the qt library).

thanks a lot.

> I'd kindly request if anybody could push that to the dev branch.
> I'd also suggest to put it in a separate directory e.g. called qt_addons.

Could you please resend this properly formatted [1] so that the
developers can commit this easily? That’d be great.

Especially tag the subject with [PATCH], create your proposed directory
and provide a commit message. `git format-patch` and `git send-email`
help you doing this.


Thanks,

Paul


[1] http://wiki.openembedded.org/index.php/Commit_Policy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-07 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-07 14:56 new recipie for qt thumbwheel majo huber
2010-06-07 18:58 ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.