mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +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
485 B
BlitzBasic
21 lines
485 B
BlitzBasic
SUMMARY = "The Enlightenment C-like scripting language for Edje"
|
|
|
|
inherit efl
|
|
|
|
LICENSE = "MIT BSD CompuPhase"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=220a7f1107df42c62428d8ebe559ed14"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
DEPENDS += "eina"
|
|
|
|
# Some upgrade path tweaking
|
|
AUTO_LIBNAME_PKGS = ""
|
|
|
|
SRC_URI = "\
|
|
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "98614ec48376ff6d3a39187504b70ed4"
|
|
SRC_URI[sha256sum] = "6b2739a53c3ab2fcf44edfb9c3a4c56d11aba91e27e556a9e70116a161201e34"
|