meta-wayland/recipes-extended/sofia-sip/sofia-sip_git .bb

20 lines
502 B
BlitzBasic
Raw Normal View History

2022-02-18 15:15:18 +01:00
DESCRIPTION = "RFC3261 compliant SIP User-Agent library."
HOMEPAGE = "https://github.com/freeswitch/sofia-sip"
SECTION = "libs"
DEPENDS = "glib-2.0 dbus-glib openssl"
2022-11-15 08:50:38 +01:00
LICENSE = "LGPL-2.1-only"
2022-02-18 15:15:18 +01:00
LIC_FILES_CHKSUM = "file://COPYING;md5=03068f550c635f6520e0f0252da412fc"
S = "${WORKDIR}/git"
2023-04-10 09:00:19 +02:00
SRCREV = "3f17604d0c427a276839ea96b6dc31d7da69d27c"
PV = "1.13.14"
2022-02-18 15:15:18 +01:00
SRC_URI = "git://github.com/freeswitch/sofia-sip.git;protocol=https;branch=master"
inherit autotools pkgconfig
EXTRA_OECONF += "--with-glib"
2022-02-18 15:50:13 +01:00