X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-misc.bb;h=7293325448507f5eed7329db938bd142cb2de6ee;hp=6fdd5a37d11bf3dc43261e3747adae18dc3166bf;hb=e8da71efc9e4e1ad7de1a3ce844a6150daecc480;hpb=8f3c9ffaa6b8081202649f2f2b4565dbc4223e12 diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index 6fdd5a3..7293325 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,8 +1,6 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r7" - -PARALLEL_MAKE = "" +PR = "r14" 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 = "c1506509e34b1b8c7c4b646195fc9827c01c5797" -SRCREV = "6b90ba471f52a5e5ff327e0b0f0338d4d7c62dc8" +TARGET_LDFLAGS = "" S = "${WORKDIR}/git" @@ -20,8 +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 +}