From: David-John Willis Date: Sun, 18 Apr 2010 16:58:39 +0000 (+0100) Subject: pandora-misc: Add op_test_inputs to recipe. X-Git-Tag: Release-2010-05/1~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28199076d096232f4aab1864e5c5b67caef8d192;p=openpandora.oe.git pandora-misc: Add op_test_inputs to recipe. --- 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