rc.pandora-state: Forgot to chmod 777 /tmp/nocleanwarn
[openpandora.oe.git] / recipes / pandora-system / pandora-misc.bb
index d79df57..cc6a0a2 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r3"
+PR = "r12"
 
 PARALLEL_MAKE = ""
 
@@ -12,7 +12,7 @@ SRC_URI = " \
 
 TARGET_LDFLAGS += "-lpthread -lX11 -lts"
 
-SRCREV = "84815134b3dbba81f930ab2476568e7ba1a783d9"
+SRCREV = "b82c7b89a10b8f1f39244f947f5036eb25a39342"
 
 S = "${WORKDIR}/git"
 
@@ -21,6 +21,7 @@ do_install() {
           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}/op_test_inputs ${D}${bindir}/op_test_inputs_bin 
+          install -m 0755 ${S}/ofbset ${D}${bindir}/ofbset           
           install -m 0755 ${S}/scripts/op_gammatool ${D}${bindir}/op_gammatool
           install -m 0755 ${S}/scripts/op_test_inputs ${D}${bindir}/op_test_inputs
-}
\ No newline at end of file
+}