diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-12 10:11:12 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-09-14 02:01:59 -0400 |
commit | b6a95c1a240fd228cb55ce004afb130dcdf0db52 (patch) | |
tree | f3a79646990272af6ad4e064d0ccdbf5e76c24e7 /recipes-ti/beagleboard | |
parent | fcf369f332311d8687ecc93d717a9592ba5bb2f3 (diff) | |
download | meta-ti-b6a95c1a240fd228cb55ce004afb130dcdf0db52.tar.gz |
beaglebone-tester: ship testaudio, fix depends
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/beagleboard')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-tester.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 82c5a83f..138fbc6c 100644 --- a/recipes-ti/beagleboard/beaglebone-tester.bb +++ b/recipes-ti/beagleboard/beaglebone-tester.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b" | |||
7 | # only scripts and data | 7 | # only scripts and data |
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
10 | PR = "r17" | 10 | PR = "r18" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ |
13 | " | 13 | " |
14 | SRCREV = "c748d157b9afbb71e6eadf1dca7a787a456c0149" | 14 | SRCREV = "168a9604e170931d9de228f0d774f4fbda58aa37" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
@@ -37,6 +37,10 @@ do_install() { | |||
37 | for i in ${S}/bone-tester/lib/* ; do | 37 | for i in ${S}/bone-tester/lib/* ; do |
38 | install -m 0755 ${i} ${D}${localstatedir}/lib/bone-tester/lib/ | 38 | install -m 0755 ${i} ${D}${localstatedir}/lib/bone-tester/lib/ |
39 | done | 39 | done |
40 | |||
41 | install -d ${D}${bindir} | ||
42 | install -m 0755 ${S}/testaudio ${D}${bindir} | ||
43 | |||
40 | } | 44 | } |
41 | 45 | ||
42 | 46 | ||
@@ -44,7 +48,7 @@ FILES_${PN} += "${base_libdir}/systemd \ | |||
44 | /boot \ | 48 | /boot \ |
45 | " | 49 | " |
46 | 50 | ||
47 | RDEPENDS_${PN} = "iputils memtester" | 51 | RDEPENDS_${PN} = "alsa-utils-aplay sox iputils memtester" |
48 | RRECOMMENDS_${PN} = "kernel-module-g-zero \ | 52 | RRECOMMENDS_${PN} = "kernel-module-g-zero \ |
49 | kernel-module-g-mass-storage \ | 53 | kernel-module-g-mass-storage \ |
50 | kernel-module-g-file-storage \ | 54 | kernel-module-g-file-storage \ |