aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ortp/ortp_0.7.1.bb
blob: 324d582e0a363875918cf8fcf95a34a40c37723a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PR = "r0"
LICENSE = "LGPL"
DEPENDS = "glibc "
DESCRIPTION = "An LGPL implementation of RTP - RFC3550"

inherit autotools pkgconfig

SRC_URI = "http://www.linphone.org/${PN}/sources/${P}.tar.gz"

do_stage () {
	autotools_stage_all
}