mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +00:00
14 lines
301 B
BlitzBasic
14 lines
301 B
BlitzBasic
require polarssl.inc
|
|
|
|
SRCREV="cecb44e4f13f42f793dde34b42793e1ebcce91a5"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_fetch_prepend () {
|
|
import bb
|
|
bb.note("Will checkout in %s" % "${S}" )
|
|
}
|
|
|
|
SRC_URI = "git://git.linphone.org/polarssl.git"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
|
|