pandora-scripts: add a script to change nub modes with waiting
[openpandora.oe.git] / recipes / pandora-system / pandora-misc.bb
index 6db8d0f..b24b0c3 100644 (file)
@@ -1,18 +1,18 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r2"
+PR = "r11"
 
 PARALLEL_MAKE = ""
 
-DEPENDS = "virtual/libx11"
+DEPENDS = "virtual/libx11 tslib"
 
 SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
-TARGET_LDFLAGS += "-lpthread -lX11"
+TARGET_LDFLAGS += "-lpthread -lX11 -lts"
 
-SRCREV = "84815134b3dbba81f930ab2476568e7ba1a783d9"
+SRCREV = "9cd21769ec7851e62c7feff9cd67868a4f356b52"
 
 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
+}