diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb b/meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb new file mode 100644 index 0000000000..fa99d33e1c --- /dev/null +++ b/meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "The GNU oSIP library is an implementation of SIP - rfc3261" | ||
| 2 | DESCRIPTION = "SIP stands for the Session Initiation Protocol and is described \ | ||
| 3 | by the rfc3261 (wich deprecates rfc2543). This library aims to provide multimedia \ | ||
| 4 | and telecom software developers an easy and powerful interface to initiate and \ | ||
| 5 | control SIP based sessions in their applications. SIP is a open standard \ | ||
| 6 | replacement from IETF for H323." | ||
| 7 | HOMEPAGE = "http://www.gnu.org/software/osip/osip.html" | ||
| 8 | SECTION = "libs" | ||
| 9 | LICENSE = "LGPL-2.1-or-later" | ||
| 10 | LIC_FILES_CHKSUM = "file://src/osip2/osip.c;beginline=1;endline=19;md5=22ca0da0e41276c50c81b733953c208d" | ||
| 11 | |||
| 12 | SRC_URI = "${GNU_MIRROR}/osip/${BPN}-${PV}.tar.gz" | ||
| 13 | SRC_URI[sha256sum] = "fe82fe841608266ac15a5c1118216da00c554d5006e2875a8ac3752b1e6adc79" | ||
| 14 | |||
| 15 | inherit autotools | ||
