meta-digi-dey: clean bitbake warnings
QA Issue: Variable ALLOW_EMPTY is set as not being package specific QA Issue: Variable RPROVIDES is set as not being package specific Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b5619778f1
commit
91291212b9
|
|
@ -4,7 +4,7 @@ SUMMARY = "Firmware files for Digi's MXS based platforms, such as Atheros blueto
|
|||
SECTION = "base"
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://${DIGI_EULA_FILE};md5=ef5b088ca04b6f10b1764aa182f4f51d"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
PR = "${DISTRO}.r0"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "Bluetooth packagegroup for DEY image"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "Network applications packagegroup for DEY image"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "Wireless packagegroup for DEY image"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
DEPENDS = "virtual/kernel"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "Debug applications packagegroup for DEY image"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ INSANE_SKIP_${PN} = "${ERROR_QA} ${WARN_QA}"
|
|||
|
||||
FILES_${PN} = "/usr/"
|
||||
|
||||
RPROVIDES += "java2-runtime"
|
||||
RPROVIDES_${PN} += "java2-runtime"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "QT packagegroup for DEY image"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "Audio packagegroup for DEY image"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SUMMARY = "Gstreamer framework packagegroup for DEY image"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
|
|
|||
Loading…
Reference in New Issue