From 28199076d096232f4aab1864e5c5b67caef8d192 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sun, 18 Apr 2010 17:58:39 +0100 Subject: [PATCH] pandora-misc: Add op_test_inputs to recipe. --- recipes/pandora-system/pandora-misc.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5