X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=recipes%2Fpandora-system%2Fpandora-misc.bb;h=e7326a9987e52c51017b4738b36f1c47b9851ef4;hb=e4671875c0d81f45e87985e34eca84defc93c7c0;hp=6db8d0fbab889611f4ae56a3851b3da5ff0b6a3b;hpb=28199076d096232f4aab1864e5c5b67caef8d192;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index 6db8d0f..e7326a9 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,18 +1,16 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r2" +PR = "r13" -PARALLEL_MAKE = "" - -DEPENDS = "virtual/libx11" +DEPENDS = "virtual/libx11 tslib" SRC_URI = " \ git://openpandora.org/pandora-misc.git;protocol=git;branch=master \ " -TARGET_LDFLAGS += "-lpthread -lX11" +SRCREV = "b055488c71f91934f8f616c0f4b7e1ff85c985d3" -SRCREV = "84815134b3dbba81f930ab2476568e7ba1a783d9" +TARGET_LDFLAGS = "" S = "${WORKDIR}/git" @@ -20,7 +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 +}