diff options
| author | Charles Perry <charles.perry@savoirfairelinux.com> | 2023-10-17 18:10:31 -0400 | 
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 | 
| commit | 766dcdff958403b2bcd1bb71ae43d319f74c55c9 (patch) | |
| tree | 6ad6c6244613574c507fd9b9590c7168f343e694 | |
| parent | ad9072a34e3a08f76bbad3405fb5b502f83dce81 (diff) | |
| download | meta-openembedded-766dcdff958403b2bcd1bb71ae43d319f74c55c9.tar.gz | |
libexosip2: add recipe
libexosip2 extends the capabilities of the osip2 library. It can be a
useful building block for an embedded device application.
Signed-off-by: Charles Perry <charles.perry@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 2b4cb938b043c77f9f12f5cfb84fbc8f1f3fbf4d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb new file mode 100644 index 0000000000..99a32fd4d0 --- /dev/null +++ b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb  | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Extend the capability of the oSIP library" | ||
| 2 | DESCRIPTION = "eXosip is a GPL library that extend the capability of \ | ||
| 3 | the oSIP library. It aims to implement a simple high \ | ||
| 4 | layer API to control SIP (rfc3261) for sessions establishements \ | ||
| 5 | and common extensions." | ||
| 6 | HOMEPAGE = "http://savannah.gnu.org/projects/exosip" | ||
| 7 | SECTION = "libs" | ||
| 8 | LICENSE = "GPL-2.0-or-later" | ||
| 9 | LIC_FILES_CHKSUM = "file://src/eXosip.c;beginline=1;endline=32;md5=db3c08b79afd8f4d5e5dc8f0a5dc687e" | ||
| 10 | DEPENDS = "libosip2" | ||
| 11 | |||
| 12 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/exosip/${BPN}-${PV}.tar.gz" | ||
| 13 | SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
