Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2014 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c7ab0078c60644f3f81e to your computer and use it in GitHub Desktop.
Save anonymous/c7ab0078c60644f3f81e to your computer and use it in GitHub Desktop.
SUMMARY = "test qt app"
DESCRIPTION = "test qt app"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=d0adff03c8dbe19a9297ae7479005a37"
SECTION = "x11/apps"
PR = "r4"
S = "${WORKDIR}"
SRC_URI = "file://testqtr.tar.bz2"
SRC_URI[md5sum] = "b105febc21b61ed90b01a1fb4d84fdcc"
inherit qt4x11
FILES_${PN}-dbg += "${bindir}/.debug"
do_install() {
export INSTALL_ROOT=${D}
make install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment