Remove warning messages.
authorhschang <chang@dev3>
Tue, 28 Apr 2015 01:57:51 +0000 (10:57 +0900)
committerhschang <chang@dev3>
Wed, 6 May 2015 05:14:52 +0000 (14:14 +0900)
meta-bsp/recipes-graphics/libgles/libgles.inc
meta-bsp/recipes-kernel/linux/linux-vuplus-3.13.5.inc
meta-bsp/recipes-kernel/linux/linux-vuplus-3.9.6.inc
meta-bsp/recipes-vuplus/vuplus-blindscan-utils/vuplus-blindscan-utils.bb
meta-bsp/recipes-vuplus/vuplus-platform-util/vuplus-platform-util.inc
meta-openvuplus/recipes-connectivity/ralink/rt3070_2.5.0.3.bb
meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bbappend
meta-openvuplus/recipes-vuplus/dvbsnoop/dvbsnoop.bb

index 97b786d..039f162 100644 (file)
@@ -28,3 +28,4 @@ PACKAGE_ARCH := "${MACHINE_ARCH}"
 PACKAGES = "${PN}"
 FILES_${PN}="/usr/lib /usr/include"
 
+INSANE_SKIP_${PN} = "already-stripped"
index 5577772..8e07bb8 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Linux kernel for vuplus"
 SECTION = "kernel"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 KV = "3.13.5"
index bb2e09e..1aff886 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Linux kernel for vuplus"
 SECTION = "kernel"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 KV = "3.9.6"
index 41d0fff..2da857b 100755 (executable)
@@ -73,3 +73,5 @@ do_install_vusolose() {
 SRC_URI[md5sum] = "0efbbfd6816d00bd808d2897995a87a6"
 SRC_URI[sha256sum] = "486a22c76e051e98dcc54129ca62ad05d41c2fb78a5cdf9324ca161fece00cd7"
 
+INSANE_SKIP_${PN} = "already-stripped"
+
index 5187900..9239e83 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Driver for Ralink RT8070/3070/3370/5370/5372 USB 802.11abgn WiFi stic
 SECTION = "kernel/modules"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://os/linux/rt_linux.c;endline=25;md5=21ed2a5918a3062a6c0323ef549f0803"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = " \
         http://sources.dreamboxupdate.com/download/sources/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V${PV}_DPO.tar.bz2 \
@@ -28,3 +28,4 @@ do_install() {
         echo "blacklist rt2800lib" >> ${D}${sysconfdir}/modprobe.d/blacklist-wlan.conf
 }
 
+FILES_${PN} = "${sysconfdir}"
index e63d488..cda2634 100644 (file)
@@ -62,21 +62,18 @@ SRC_URI = "git://code.vuplus.com/git/xbmc.git;protocol=http;branch=${BRANCH};tag
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = " \
-       --disable-rpath \
        --enable-gles \
        --enable-libusb \
        --enable-airplay \
        --disable-optical-drive \
        --enable-external-libraries \
        --disable-ssh \
-       --enable-external_ffmpeg \
        --disable-x11 \
        --disable-sdl \
        --disable-joystick \
        --disable-alsa \
        --disable-libcec \
        --enable-rtmp   \
-       --disable-gnutls \
        --disable-texturepacker \
        --with-platform=dvbbox \
 "
@@ -100,3 +97,5 @@ FILES_${PN} += "/usr/bin /usr/share /usr/lib"
 SRC_URI[xbmc-support.md5sum] = "9d0c73505484823e3816b5577f28a8a8"
 SRC_URI[xbmc-support.sha256sum] = "5483e24db81efca03120dbf0ef4cc423d2665ebc4d52149be15d75a0ae9b626d"
 
+INSANE_SKIP_${PN} = "already-stripped"
+
index efbb3e6..dc0039c 100644 (file)
@@ -1,21 +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 = "r2"
 
-SRC_REV = "master"
-
-SRC_URI = "git://git.code.sf.net/p/tuxbox-cvs/apps;protocol=git;tag=${SRC_REV} \
-           file://acinclude.m4"
-          
+#SRCREV = "5138f15c66dba10642376f01cbc799bdbaaebc4a"
+SRC_URI = "git://git.code.sf.net/p/tuxbox-cvs/apps;protocol=git;tag=master"
 S = "${WORKDIR}/git/dvb/dvbsnoop"
 
-inherit autotools pkgconfig
-
-bindir = "/usr/bin"
-sbindir = "/usr/sbin"
+inherit autotools
 
-EXTRA_OECONF = "--with-target=cdk"