pandora-misc: bump
[openpandora.oe.git] / recipes / pandora-system / pandora-misc.bb
index 20db347..7293325 100644 (file)
@@ -1,18 +1,16 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r0"
+PR = "r14"
 
 
-PARALLEL_MAKE = ""
-
-DEPENDS = "virtual/libx11"
+DEPENDS = "virtual/libx11 tslib"
 
 SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
 
 SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
-TARGET_LDFLAGS += "-lpthread -lX11"
+SRCREV = "c1506509e34b1b8c7c4b646195fc9827c01c5797"
 
 
-SRCREV = "ef1736dc4fa9679f76f795bbef6139e3ea96797e"
+TARGET_LDFLAGS = ""
 
 S = "${WORKDIR}/git"
 
 
 S = "${WORKDIR}/git"
 
@@ -20,5 +18,9 @@ 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 -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_gammatable ${D}${bindir}/op_gammatable
+          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_gammatool ${D}${bindir}/op_gammatool
-}
\ No newline at end of file
+          install -m 0755 ${S}/scripts/op_test_inputs ${D}${bindir}/op_test_inputs
+}