summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eina_svn.bb
blob: a871721e7c51714b47472a2e6a9ed56f486f3bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Eina is the Enlightenment data library"
LICENSE = "LGPL"
PV = "0.0.2.060+svnr${SRCPV}"
PR = "r1"

inherit efl

SRC_URI += "file://gnu_source.patch;patch=1"

# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""

RREPLACES_${PN} = "libeina-ver-pre-svn-00-0 libeina-ver-pre-svn-01-0"

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