From ceb178a1cafc915836b648bad23598702c58a251 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Fri, 16 Apr 2010 11:07:47 +0100 Subject: [PATCH] pandora-misc: Add apps from the pandora-misc git repro. --- recipes/pandora-system/pandora-misc.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/pandora-system/pandora-misc.bb 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 -- 2.39.2