pandora-misc: Add apps from the pandora-misc git repro.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Fri, 16 Apr 2010 10:07:47 +0000 (11:07 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Fri, 16 Apr 2010 10:07:47 +0000 (11:07 +0100)
recipes/pandora-system/pandora-misc.bb [new file with mode: 0644]

diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb
new file mode 100644 (file)
index 0000000..20db347
--- /dev/null
@@ -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