All of lore.kernel.org
 help / color / mirror / Atom feed
* New recipe for openmoko QA test scripts
@ 2009-03-02 19:44 Angus Ainslie
  2009-03-03  4:47 ` Denys Dmytriyenko
  2009-03-03  7:19 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Angus Ainslie @ 2009-03-02 19:44 UTC (permalink / raw)
  To: Lista Openembedded

Please review for any policy violations.

Thanks
Angus

--- openembedded/packages/openmoko-projects/openmoko-qa-scripts.bb.oring        1969-12-31 17:00:00.000000000 -0700
+++ openembedded/packages/openmoko-projects/openmoko-qa-scripts.bb      2009-03-02 12:38:55.000000000 -0700
@@ -0,0 +1,19 @@
+DESCRIPTION = "Openmoko QA test scripts"
+SECTION = "utils"
+LICENSE = "GPL"
+PV = "gitr${SRCREV}"
+
+SRC_URI = "git://git.openmoko.org/git/testing_scripts;protocol=git"
+S = "${WORKDIR}/git"
+
+RDEPENDS = "\
+  bluez4 \
+  opkg \
+  xrandr \
+  task-boot \
+"
+
+do_install() {
+          install -d ${D}/usr/bin
+          install ${S}/bin/* ${D}/usr/bin/
+}





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-05 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02 19:44 New recipe for openmoko QA test scripts Angus Ainslie
2009-03-03  4:47 ` Denys Dmytriyenko
2009-03-03  7:19 ` Koen Kooi
2009-03-05 15:26   ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.