From: Denis 'GNUtoo' Carikli Date: Fri, 17 Dec 2010 17:49:24 +0000 (+0100) Subject: Add new libisi recipe (libisi can talk to the nokia900 modem) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f923ef91babb9688ac1e1d2a6e19324168a24d44;p=openembedded.git Add new libisi recipe (libisi can talk to the nokia900 modem) libisi will be used in fsogsmd for the nokia900. As we can't use ofono directly we import some ofono parts in libisi, and use that library in the vala code of fsogsmd trough a vapi file. Thanks a lot mickeyl for help on #openmoko-cdevel on Freenode on irc: do you use =+ or += ? PN-tests probably need to be prepended to PACKAGES, not appended (I was doing PACKAGES += "${PN}-test" and it failed to package the tests) Signed-off-by: Denis 'GNUtoo' Carikli --- diff --git a/recipes/freesmartphone/libisi_git.bb b/recipes/freesmartphone/libisi_git.bb new file mode 100644 index 0000000000..4775981436 --- /dev/null +++ b/recipes/freesmartphone/libisi_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "libisi is a library implementing the PhoNet protocol" +SECTION = "libs/network" +AUTHOR = "Sebastian Reichel " +LICENSE = "GPLv2" +DEPENDS = "glib-2.0" +SRC_URI = "${FREESMARTPHONE_GIT}/libisi.git;protocol=git;branch=master" +SRCREV = "49809e4107fac3c8cf5f1e3ffce37030213e7e99" +PV = "0.0.0+gitr${SRCPV}" + +inherit pkgconfig vala autotools + +EXTRA_OECONF = "--enable-tests" + +S = "${WORKDIR}/git" + +PACKAGES =+ "${PN}-tests" + +FILES_${PN}-tests = "${sbindir}/*" +DESCRIPTION_${PN}-tests = "${PN} runtime tests"