From: David-John Willis Date: Fri, 16 Apr 2010 10:07:47 +0000 (+0100) Subject: pandora-misc: Add apps from the pandora-misc git repro. X-Git-Tag: Release-2010-05/1~36 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=ceb178a1cafc915836b648bad23598702c58a251 pandora-misc: Add apps from the pandora-misc git repro. --- diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb new file mode 100644 index 0000000..20db347 --- /dev/null +++ b/recipes/pandora-system/pandora-misc.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Miscellaneous OpenPandora utilities" + +PR = "r0" + +PARALLEL_MAKE = "" + +DEPENDS = "virtual/libx11" + +SRC_URI = " \ + git://openpandora.org/pandora-misc.git;protocol=git;branch=master \ +" + +TARGET_LDFLAGS += "-lpthread -lX11" + +SRCREV = "ef1736dc4fa9679f76f795bbef6139e3ea96797e" + +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}${bindir}/ + install -m 0755 ${S}/op_runfbapp ${D}${bindir}/op_runfbapp + install -m 0755 ${S}/op_gammatool ${D}${bindir}/op_gammatool_bin + install -m 0755 ${S}/scripts/op_gammatool ${D}${bindir}/op_gammatool +} \ No newline at end of file