mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
20 lines
502 B
BlitzBasic
20 lines
502 B
BlitzBasic
DESCRIPTION = "RFC3261 compliant SIP User-Agent library."
|
|
HOMEPAGE = "https://github.com/freeswitch/sofia-sip"
|
|
SECTION = "libs"
|
|
|
|
DEPENDS = "glib-2.0 dbus-glib openssl"
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=03068f550c635f6520e0f0252da412fc"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "1a31b18b38715b14d0f3f97039a12e272c71b98a"
|
|
PV = "1.13.15"
|
|
|
|
SRC_URI = "git://github.com/freeswitch/sofia-sip.git;protocol=https;branch=master"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF += "--with-glib"
|
|
|