aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/ecore.inc
blob: 8d99414c86f61bef72abc29ffda1b8ebf9ccbed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Ecore is the Enlightenment application framework library"
LICENSE = "MIT BSD"
DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
# optional
# DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv"
PV = "0.9.9.060+svnr${SRCREV}"
PR = "r0"

inherit efl

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"

python populate_packages_prepend() {
	plugindir = bb.data.expand('${libdir}/', d)
	do_split_packages(d,
		plugindir,
		'^libecore_(.+)-ver-pre-svn-(.*)\.so\.(.*)',
		'ecore-lib-%s',
		'ECore support for %s',
		extra_depends = '',
		aux_files_pattern = ['${libdir}/libecore_%s*.so.*'] )
}

FILES_${PN} = "${libdir}/libecore-ver-pre-svn*.so.*"
PACKAGES_DYNAMIC = "ecore-lib-*"