| Submitter | Koen Kooi |
|---|---|
| Date | Dec. 21, 2012, 2 p.m. |
| Message ID | <1356098450-27475-5-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/41475/ |
| State | Changes Requested, archived |
| Headers | show |
Comments
On Fri, Dec 21, 2012 at 03:00:49PM +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > .../recipes-dvb/wscan/wscan_20121111.bb | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > create mode 100644 meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb > > diff --git a/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb b/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb > new file mode 100644 > index 0000000..9254c43 > --- /dev/null > +++ b/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb > @@ -0,0 +1,16 @@ > +SUMMARY = "Wscan is an ATSC/DVB-C/S/T channel scanner that doesn't require an initial frequency table" > +HOMEPAGE = "http://wirbel.htpc-forum.de/w_scan/index2.html" > + > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" > + > +SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2" > +SRC_URI[md5sum] = "30da05747fed9988e11ebc7745f5e71f" > +SRC_URI[sha256sum] = "5e51e5f1c124a8ed70608b4dbf7376adb2b1bf6a48a65b746076263b2589afe5" > + > +S = "${WORKDIR}/w_scan-${PV}" > + > +inherit autotools > + > +FILES_${PN} += "${datadir}" Some other changes in oe-core/meta-oe broke this wscan version too :/ | scan.c: In function 'set_frontend': | scan.c:1819:44: error: 'DTV_DVBT2_PLP_ID' undeclared (first use in this function) | scan.c:1819:44: note: each undeclared identifier is reported only once for each function it appears in | make[1]: *** [scan.o] Error 1 Complete log: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/qemuarm/20130109091926.log Cheers, > + > -- > 1.7.7.6 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Op 9 jan. 2013, om 11:52 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven: > On Fri, Dec 21, 2012 at 03:00:49PM +0100, Koen Kooi wrote: >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> >> --- >> .../recipes-dvb/wscan/wscan_20121111.bb | 16 ++++++++++++++++ >> 1 files changed, 16 insertions(+), 0 deletions(-) >> create mode 100644 meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb >> >> diff --git a/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb b/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb >> new file mode 100644 >> index 0000000..9254c43 >> --- /dev/null >> +++ b/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb >> @@ -0,0 +1,16 @@ >> +SUMMARY = "Wscan is an ATSC/DVB-C/S/T channel scanner that doesn't require an initial frequency table" >> +HOMEPAGE = "http://wirbel.htpc-forum.de/w_scan/index2.html" >> + >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" >> + >> +SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2" >> +SRC_URI[md5sum] = "30da05747fed9988e11ebc7745f5e71f" >> +SRC_URI[sha256sum] = "5e51e5f1c124a8ed70608b4dbf7376adb2b1bf6a48a65b746076263b2589afe5" >> + >> +S = "${WORKDIR}/w_scan-${PV}" >> + >> +inherit autotools >> + >> +FILES_${PN} += "${datadir}" > > Some other changes in oe-core/meta-oe broke this wscan version too :/ > | scan.c: In function 'set_frontend': > | scan.c:1819:44: error: 'DTV_DVBT2_PLP_ID' undeclared (first use in this function) > | scan.c:1819:44: note: each undeclared identifier is reported only once for each function it appears in > | make[1]: *** [scan.o] Error 1 > > Complete log: > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/qemuarm/20130109091926.log It's likely to be a mismatch with the DVB api version from the kernel headers. I hope to have some time to clean up these patches next week :/ regards, Koen
Patch
diff --git a/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb b/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb new file mode 100644 index 0000000..9254c43 --- /dev/null +++ b/meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb @@ -0,0 +1,16 @@ +SUMMARY = "Wscan is an ATSC/DVB-C/S/T channel scanner that doesn't require an initial frequency table" +HOMEPAGE = "http://wirbel.htpc-forum.de/w_scan/index2.html" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" + +SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2" +SRC_URI[md5sum] = "30da05747fed9988e11ebc7745f5e71f" +SRC_URI[sha256sum] = "5e51e5f1c124a8ed70608b4dbf7376adb2b1bf6a48a65b746076263b2589afe5" + +S = "${WORKDIR}/w_scan-${PV}" + +inherit autotools + +FILES_${PN} += "${datadir}" +
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- .../recipes-dvb/wscan/wscan_20121111.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta-multimedia/recipes-dvb/wscan/wscan_20121111.bb