mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
d29ca327fb
* remove HAL from DESCRIPTION, it's from e_dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
244 B
PHP
12 lines
244 B
PHP
DESCRIPTION = "DBus convenience wrappers for EFL"
|
|
DEPENDS = "dbus ecore eina"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4ed65f801204783f71fedafc082038d9"
|
|
|
|
inherit efl
|
|
|
|
BBCLASSEXTEND = "native"
|
|
INC_PR = "r0"
|
|
|
|
SRCNAME = "edbus"
|