blob: 36750122f28c381f55a63af6917f7d2f8cda77a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Eeze is a library to simplify the use of devices"
LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=5388f2e926064f899c2481629ec3de18"
DEPENDS = "ecore eet udev"
inherit efl
BBCLASSEXTEND = "native"
INC_PR = "r0"
# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""
|