X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-misc.bb;h=6db8d0fbab889611f4ae56a3851b3da5ff0b6a3b;hb=28199076d096232f4aab1864e5c5b67caef8d192;hp=28f2fd64ea4c048187a0f71730bc15ec6bfabf6a;hpb=522eefa0658603dadacde6f78e509a446ec5226e;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-misc.bb b/recipes/pandora-system/pandora-misc.bb index 28f2fd6..6db8d0f 100644 --- a/recipes/pandora-system/pandora-misc.bb +++ b/recipes/pandora-system/pandora-misc.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Miscellaneous OpenPandora utilities" -PR = "r1" +PR = "r2" PARALLEL_MAKE = "" @@ -20,5 +20,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_test_inputs ${D}${bindir}/op_test_inputs_bin 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