Here is a recipe to build QNeedleIndicator 0.3.1 demo app. It uses Qt/Embedded.

$ cat qneedleindicator_0.3.1.bb

DESCRIPTION = "Simple needle indicator. Needle is animated and
smoothly moves until set value is reached. Animation can be disabled."
HOMEPAGE = "http://qt-apps.org/content/show.php/QNeedleIndicator?content=118474";
LICENSE = "LGPL"

inherit qt4e

PR = "r3"

SRC_URI = 
"http://qt-apps.org/CONTENT/content-files/118474-QNeedleIndicator-${PV}.tar.gz";

SRC_URI[md5sum] = "9168627119f13dd6393ba349bb595f60"
SRC_URI[sha256sum] =
"7d8d059e8006bc351272787e22bb671fc18652da1f114219242d74545492810b"

S = "${WORKDIR}/QNeedleIndicator-${PV}"

do_install() {
       ${STRIP} ${S}/QNeedleIndicator
       install -d ${D}/${bindir}
       install -m 755 ${S}/QNeedleIndicator ${D}/${bindir}
}

--
Viktar Palstsiuk

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to