From f1970eaba55ceb3b435307e791af8c734f623657 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 21 Dec 2010 13:06:56 +0100 Subject: [PATCH] wscan: add 20101204 version * this one adds a few extra symbol rates to scan for Signed-off-by: Koen Kooi --- recipes/dvbtools/wscan_20101204.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/dvbtools/wscan_20101204.bb diff --git a/recipes/dvbtools/wscan_20101204.bb b/recipes/dvbtools/wscan_20101204.bb new file mode 100644 index 0000000000..6771e2535d --- /dev/null +++ b/recipes/dvbtools/wscan_20101204.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Wscan is a dvb channel scanner that doesn't require an initial frequency table" +LICENSE = "GPLv2" + +SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2" + +SRC_URI[md5sum] = "93c1a61992cac35d0efcf14a0ef2bd25" +SRC_URI[sha256sum] = "1731a17317a75f9c37732654c10070acf4058b70757f762de8be05d8f5fcf838" + +S = "${WORKDIR}/w_scan-${PV}" + +inherit autotools + +FILES_${PN} += "${datadir}" + -- 2.39.5