[vuplus-wifi-util] fix default ccode
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / dvbsnoop / dvbsnoop.bb
index e2d3bca..0670d17 100644 (file)
@@ -1,19 +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"
 
-PR = "r1"
+PR = "r3"
 
-SRC_URI = "git://git.code.sf.net/p/tuxbox-cvs/apps;protocol=git;tag=${SRC_REV} \
-           file://acinclude.m4"
-          
-S = "${WORKDIR}/git/dvb/dvbsnoop"
+SRCREV = "cdec570a010a9a9f26a4ff25aec0e544fbfc34c5"
+SRC_URI = "git://github.com/PLi-metas/dvbsnoop.git;protocol=https"
+S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
+inherit autotools
 
-bindir = "/usr/bin"
-sbindir = "/usr/sbin"
-
-EXTRA_OECONF = "--with-target=cdk"