pandora-misc: Add op_test_inputs to recipe.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sun, 18 Apr 2010 16:58:39 +0000 (17:58 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Sun, 18 Apr 2010 16:58:39 +0000 (17:58 +0100)
recipes/pandora-system/pandora-misc.bb

index 28f2fd6..6db8d0f 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
 DESCRIPTION = "Miscellaneous OpenPandora utilities"
 
-PR = "r1"
+PR = "r2"
 
 PARALLEL_MAKE = ""
 
 
 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 -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_gammatool ${D}${bindir}/op_gammatool
+          install -m 0755 ${S}/scripts/op_test_inputs ${D}${bindir}/op_test_inputs
 }
\ No newline at end of file
 }
\ No newline at end of file