[oe-commits] Denis 'GNUtoo' Carikli : Add new libisi recipe ( libisi can talk to the nokia900 modem)

git version control git at git.openembedded.org
Fri Dec 17 18:04:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f923ef91babb9688ac1e1d2a6e19324168a24d44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f923ef91babb9688ac1e1d2a6e19324168a24d44

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Dec 17 18:49:24 2010 +0100

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:
  <mickeyl> do you use =+ or += ?
  <mickeyl> 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 <GNUtoo at no-log.org>

---

 recipes/freesmartphone/libisi_git.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/libisi_git.bb b/recipes/freesmartphone/libisi_git.bb
new file mode 100644
index 0000000..4775981
--- /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 <sre at ring0.de>"
+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"





More information about the Openembedded-commits mailing list