From 50979f8b3cdee603661206d009777af5ef2277af Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 18 Jun 2016 00:59:52 +0300 Subject: [PATCH] pandora-misc: add op_lidstate --- recipes/pandora-system/pandora-misc.bb | 13 ++++++------- recipes/pandora-system/pandora-version.bb | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index b383503..1e9e2bc 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r16" +PR = "r17" DEPENDS = "virtual/libx11 tslib" @@ -8,19 +8,18 @@ SRC_URI = " \ 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 - 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_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 } diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 12eb1ea..084a237 100644 --- a/recipes/pandora-system/pandora-version.bb +++ b/recipes/pandora-system/pandora-version.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Installs /etc/op-version file." LICENSE = "Public Domain" -PR = "r29" +PR = "r30" do_install() { OLD_PWD=$PWD -- 2.39.5