blob: 8c63418042a80336e83b3f903bcc26552aef7928 [file] [log] [blame]
Pau Espin Pedrolc2692c12018-09-14 14:07:31 +02001require ${PN}.inc
Pau Espin Pedrol73eade52017-09-25 17:46:29 +02002
Pau Espin Pedrolc2692c12018-09-14 14:07:31 +02003S = "${WORKDIR}/git"
Pau Espin Pedrol2e722232021-11-17 12:57:13 +01004SRCREV = "1.8.0"
Pau Espin Pedrolae18ee72021-02-24 16:33:09 +01005SRC_URI = "git://git.osmocom.org/osmo-ggsn;protocol=git;tag=${SRCREV};nobranch=1 \
Oliver Smithc7b65fa2022-03-02 11:32:59 +01006 file://0001-libgtp-set-PDP_MAX-to-128.patch \
Pau Espin Pedrol73eade52017-09-25 17:46:29 +02007 "
Pau Espin Pedrol2e722232021-11-17 12:57:13 +01008PV = "1.8.0+gitr${SRCPV}"
Oliver Smithc7b65fa2022-03-02 11:32:59 +01009PR = "${INC_PR}.1"