Bumped recipes
[openpandora.oe.git] / recipes / pandora-system / pandora-misc.bb
index 20db347..24c17ab 100644 (file)
@@ -1,18 +1,18 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r0"
+PR = "r8"
 
 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 = "ef1736dc4fa9679f76f795bbef6139e3ea96797e"
+SRCREV = "51cdefeeb6c7d48c858689f0f7868b31039725b3"
 
 S = "${WORKDIR}/git"
 
@@ -20,5 +20,8 @@ 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}/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