DESCRIPTION = "The freesmartphone.org API reference implementation (FSO 2.0)" AUTHOR = "Team FSO" HOMEPAGE = "http://www.freesmartphone.org" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" SECTION = "devel" DEPENDS = "vala-native glib-2.0 libfso-glib libgee" DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}" PV = "invalid, please override" FSO_CORNUCOPIA_SRCREV ?= "187abf0a3fac06de95842685d0c048a915ad3787" INC_PR = "r6" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master" S = "${WORKDIR}/git/${PN}" inherit autotools pkgconfig vala FILES_${PN} += "\ ${sysconfdir} \ ${datadir}\${PN} \ ${datadir}/dbus-1 \ ${libdir}/cornucopia/modules/*/lib*.so \ " FILES_${PN}-dev += "\ ${libdir}/cornucopia/modules/*/lib*.la \ " FILES_${PN}-dbg += "\ ${libdir}/cornucopia/modules/*/.debug \ "