pandora-misc: add op_lidstate
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 17 Jun 2016 21:59:52 +0000 (00:59 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 17 Jun 2016 21:59:52 +0000 (00:59 +0300)
recipes/pandora-system/pandora-misc.bb
recipes/pandora-system/pandora-version.bb

index b383503..1e9e2bc 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r16"
+PR = "r17"
 
 DEPENDS = "virtual/libx11 tslib"
 
 
 DEPENDS = "virtual/libx11 tslib"
 
@@ -8,19 +8,18 @@ SRC_URI = " \
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
           git://openpandora.org/pandora-misc.git;protocol=git;branch=master \
 "
 
-SRCREV = "1f0fe5f783019ea6d4744e52370eb8c190eab12a"
-
-TARGET_LDFLAGS = ""
+SRCREV = "a8dd1fd8300d445e551a07503d5a766331da60d4"
 
 S = "${WORKDIR}/git"
 
 do_install() {
           install -d ${D}${bindir}/
           install -m 0755 ${S}/op_runfbapp ${D}${bindir}/op_runfbapp
 
 S = "${WORKDIR}/git"
 
 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_gammatool ${D}${bindir}/op_gammatool_bin
           install -m 0755 ${S}/op_gammatable ${D}${bindir}/op_gammatable
           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}/op_test_inputs ${D}${bindir}/op_test_inputs_bin
+          install -m 0755 ${S}/op_lidstate ${D}${bindir}/op_lidstate
+          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
 }
           install -m 0755 ${S}/scripts/op_gammatool ${D}${bindir}/op_gammatool
           install -m 0755 ${S}/scripts/op_test_inputs ${D}${bindir}/op_test_inputs
 }
index 12eb1ea..084a237 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
 DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
-PR = "r29"
+PR = "r30"
 
 do_install() {
   OLD_PWD=$PWD
 
 do_install() {
   OLD_PWD=$PWD