diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-21 20:44:11 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-21 20:44:11 +0200 |
commit | 3248071e9bd204789ccb374bf6db877ebb2f2b24 (patch) | |
tree | 1c81535bfa116ffd043470798fcbce65f64df6e4 /recipes/dvbtools/wscan_20080720.bb | |
parent | 693a76b58e7f9fdb76ab152dbab1d4c39f5f0fae (diff) |
dvb*: update SRCDATE, fix QA stuff
Diffstat (limited to 'recipes/dvbtools/wscan_20080720.bb')
-rw-r--r-- | recipes/dvbtools/wscan_20080720.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/dvbtools/wscan_20080720.bb b/recipes/dvbtools/wscan_20080720.bb index b71fb2bf18..50a0e019c7 100644 --- a/recipes/dvbtools/wscan_20080720.bb +++ b/recipes/dvbtools/wscan_20080720.bb @@ -1,9 +1,13 @@ DESCRIPTION = "Wscan is a dvb channel scanner that doesn't require an initial frequency table" LICENSE = "GPLv2" +PR = "r1" + SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2" S = "${WORKDIR}/w_scan-${PV}" +TARGET_CC_ARCH += "${LDFLAGS}" + do_install() { install -d ${D}/${bindir} install -m 0755 w_scan ${D}/${bindir}/ |