pandora-state: Added optional TV-Out-Enabling on startup
[openpandora.oe.git] / recipes / pandora-system / pandora-misc.bb
index e1f8eb9..b383503 100644 (file)
@@ -1,8 +1,6 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r6"
-
-PARALLEL_MAKE = ""
+PR = "r16"
 
 DEPENDS = "virtual/libx11 tslib"
 
@@ -10,9 +8,9 @@ SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
-TARGET_LDFLAGS += "-lpthread -lX11 -lts"
+SRCREV = "1f0fe5f783019ea6d4744e52370eb8c190eab12a"
 
-SRCREV = "6b90ba471f52a5e5ff327e0b0f0338d4d7c62dc8"
+TARGET_LDFLAGS = ""
 
 S = "${WORKDIR}/git"
 
@@ -20,8 +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 -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_test_inputs ${D}${bindir}/op_test_inputs
-}
\ No newline at end of file
+}