mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
gnome:calls: initial add recipe
This commit is contained in:
19
recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb
Normal file
19
recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb
Normal file
@ -0,0 +1,19 @@
|
||||
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"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=03068f550c635f6520e0f0252da412fc"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "1607ade8b6d1c4f82379c7489e7573a769b61994"
|
||||
PV = "1.13.7"
|
||||
|
||||
SRC_URI = "git://github.com/freeswitch/sofia-sip.git;protocol=https;branch=master"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--with-glib"
|
||||
#EXTRA_OEMAKE += "HAVE_GLIB=1"
|
Reference in New Issue
Block a user