diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-22 23:26:27 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-22 23:26:27 +0400 |
commit | 0dcaad77742245477b34542b49c66e91d16a147d (patch) | |
tree | 39d249bcd89e10b7536a887722e78a354d8c7801 /recipes/dvbtools/wscan_20080720.bb | |
parent | 0319a593f77ce050606bc3aa469f607ae1b69870 (diff) | |
parent | adb9174a2feaf3718b72256adc35580313f328c7 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
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}/ |