mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
16 lines
383 B
BlitzBasic
16 lines
383 B
BlitzBasic
DESCRIPTION = "Efl Software Development Kit"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
ALLOW_EMPTY = "1"
|
|
|
|
require task-efl-sdk.inc
|
|
|
|
PACKAGES = "${PN}"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
task-core-sdk \
|
|
${SDK-EFL} \
|
|
${SDK-EXTRAS}"
|