mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
515 B
BlitzBasic
21 lines
515 B
BlitzBasic
SUMMARY = "Efl Software Development Kit"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
PR = "r1"
|
|
|
|
require packagegroup-efl-sdk.inc
|
|
|
|
PACKAGES = "${PN}"
|
|
|
|
RPROVIDES_${PN} += "task-efl-sdk"
|
|
RREPLACES_${PN} += "task-efl-sdk"
|
|
RCONFLICTS_${PN} += "task-efl-sdk"
|
|
RDEPENDS_${PN} = "\
|
|
packagegroup-core-sdk \
|
|
${SDK-EFL} \
|
|
${SDK-EXTRAS}"
|