From 3248071e9bd204789ccb374bf6db877ebb2f2b24 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 21 Jun 2009 20:44:11 +0200 Subject: dvb*: update SRCDATE, fix QA stuff --- recipes/dvbtools/wscan_20080720.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/dvbtools/wscan_20080720.bb') 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}/ -- cgit 1.2.3-korg