generic-poky/meta-smalltalk/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb

16 lines
590 B
BlitzBasic

DESCRIPTION = "This is a MGCP CallAgent written in Smalltalk"
HOMEPAGE = "http://osmocom.org"
LICENSE = "AGPLv3+"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
require smalltalk-package.inc
RDEPENDS_${PN} += "osmo-st-logging osmo-st-core petitparser"
S = "${WORKDIR}/git"
SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-mgcp;protocol=git;branch=master"
SRCREV = "08ebcfdab3cd161bb111851bbb5d74f80aff97d0"
PV = "0.0.1+gitr${SRCPV}"
PR = "${INC_PR}.1"