From: Grazvydas Ignotas Date: Tue, 9 Oct 2012 19:59:07 +0000 (+0300) Subject: pandora-misc: bump to get op_gammatable X-Git-Tag: sz_152~29 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=e4671875c0d81f45e87985e34eca84defc93c7c0;ds=inline pandora-misc: bump to get op_gammatable --- diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index cc6a0a2..e7326a9 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,8 +1,6 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r12" - -PARALLEL_MAKE = "" +PR = "r13" 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 = "b055488c71f91934f8f616c0f4b7e1ff85c985d3" -SRCREV = "b82c7b89a10b8f1f39244f947f5036eb25a39342" +TARGET_LDFLAGS = "" S = "${WORKDIR}/git" @@ -20,6 +18,7 @@ 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