mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
libosip2: add recipe
The GNU oSIP library is an implementation of SIP - rfc3261. 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>
This commit is contained in:
parent
53188543f3
commit
03a948375e
15
meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb
Normal file
15
meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb
Normal file
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "The GNU oSIP library is an implementation of SIP - rfc3261"
|
||||
DESCRIPTION = "SIP stands for the Session Initiation Protocol and is described \
|
||||
by the rfc3261 (wich deprecates rfc2543). This library aims to provide multimedia \
|
||||
and telecom software developers an easy and powerful interface to initiate and \
|
||||
control SIP based sessions in their applications. SIP is a open standard \
|
||||
replacement from IETF for H323."
|
||||
HOMEPAGE = "http://www.gnu.org/software/osip/osip.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://src/osip2/osip.c;beginline=1;endline=19;md5=22ca0da0e41276c50c81b733953c208d"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/osip/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "fe82fe841608266ac15a5c1118216da00c554d5006e2875a8ac3752b1e6adc79"
|
||||
|
||||
inherit autotools
|
Loading…
Reference in New Issue
Block a user