blob: d8abfc189d6c64fb861bec54e3b0aefdb5347b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Eeze is a library to simplify the use of devices"
LICENSE = "MIT BSD"
DEPENDS = "ecore udev"
inherit efl
BBCLASSEXTEND = "native"
INC_PR = "r0"
# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""
|