[oe] New recipe for openmoko QA test scripts

Angus Ainslie nytowl at openmoko.org
Mon Mar 2 19:44:03 UTC 2009


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/
+}






More information about the Openembedded-devel mailing list