From: Grazvydas Ignotas Date: Fri, 17 Jun 2016 21:59:52 +0000 (+0300) Subject: pandora-misc: add op_lidstate X-Git-Tag: sz_175~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50979f8b3cdee603661206d009777af5ef2277af;p=openpandora.oe.git pandora-misc: add op_lidstate --- 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