Remove warning messages.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / dvbsnoop / dvbsnoop.bb
index c9d81b7..dc0039c 100644 (file)
@@ -1,20 +1,14 @@
-DEPENDS = "dreambox-dvbincludes"
-DESCRIPTION = "DVBsnoop by rasc@users.sourceforge.net"
-MAINTAINER = "Felix Domke <tmbinc@elitdvb.net>"
+SUMMARY = "DVB / MPEG stream analyzer"
+AUTHOR = "Rainer Scherg <rasc@users.sourceforge.net>"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-SRCDATE = "20081001"
-PV = "0.0+cvs${SRCDATE}"
-PR = "r0"
 
-SRC_URI = "cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox;module=apps/dvb/dvbsnoop;method=ext \
-           file://acinclude.m4"
-          
-S = "${WORKDIR}/dvbsnoop"
+PR = "r2"
 
-inherit autotools pkgconfig
+#SRCREV = "5138f15c66dba10642376f01cbc799bdbaaebc4a"
+SRC_URI = "git://git.code.sf.net/p/tuxbox-cvs/apps;protocol=git;tag=master"
+S = "${WORKDIR}/git/dvb/dvbsnoop"
 
-bindir = "/usr/bin"
-sbindir = "/usr/sbin"
+inherit autotools
 
-EXTRA_OECONF = "--with-target=cdk"