X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-misc.bb;h=f0e91896246bd9d67384ebcf4018877347aa4854;hb=2f4db81643c1bb32cf3bc99ff293a42faf66452b;hp=20db347b0377965482ab04aa8143775d1b500a4e;hpb=ceb178a1cafc915836b648bad23598702c58a251;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index 20db347..f0e9189 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,18 +1,16 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r0" +PR = "r15" -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 = "7f0df40a68cbd7f4b319bf334f16e2c3c344dc59" -SRCREV = "ef1736dc4fa9679f76f795bbef6139e3ea96797e" +TARGET_LDFLAGS = "" S = "${WORKDIR}/git" @@ -20,5 +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 -} \ No newline at end of file + install -m 0755 ${S}/scripts/op_test_inputs ${D}${bindir}/op_test_inputs +}