aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/eina.inc
blob: 8c9a0df4308d740b5d3d1a38f14d4df043c419b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Eina is the Enlightenment data library"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=9cc092d35d7bbfcd986232cde130a551"

BBCLASSEXTEND = "native"
INC_PR = "r0"

inherit efl

# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""

FILES_${PN} += "${libdir}/eina"

do_install_append() {
  rmdir ${D}${bindir}
}