generic-poky/recipes-smalltalk/smalltalk/osmo-st-msc_git.bb

14 lines
380 B
BlitzBasic

DESCRITOPN = "This is a simple MSC done in Smalltalk"
HOMEPAGE = "http://osmocom.org"
require smalltalk-package.inc
RDEPENDS += "osmo-st-logging osmo-st-network osmo-st-gsm"
S = "${WORKDIR}/git"
SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-msc;protocol=git;branch=master"
SRCREV = "acef6cb076874ec187fbc4757201bc9e825f8856"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"