blob: 7997a5f4e50963e55fe459ad4812115955c7ddbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "The Enlightenment C-like scripting language for Edje"
inherit efl
LICENSE = "MIT BSD CompuPhase"
LIC_FILES_CHKSUM = "file://COPYING;md5=220a7f1107df42c62428d8ebe559ed14"
BBCLASSEXTEND = "native"
INC_PR = "r0"
DEPENDS += "eina"
# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""
|