Remove WARNING messages, "The license listed CLOSED was not in the licenses collected."
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-graphics / libvugles2 / libvugles2_0.1.0.bb
index f394ae1..a6948ab 100644 (file)
@@ -1,8 +1,9 @@
 DESCRIPTION = "shared library for E2 animation"
 SECTION = "libs"
 LICENSE = "CLOSED"
+require conf/license/license-close.inc
 
-RDEPENDS = "libgles"
+RDEPENDS_${PN} = "libgles"
 
 SRCDATE = "20150109"
 SRCDATE_PR = "r1"
@@ -24,6 +25,9 @@ do_install() {
        cp -a ${S}/lib/pkgconfig/*.pc ${D}${libdir}/pkgconfig/
 }
 
+do_package_qa() {
+}
+
 PACKAGE_ARCH := "${MACHINE_ARCH}"
 
 PACKAGES = "${PN}"