blob: 897d90960f5227d690946b9a486f5b17cfab55b5 (
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://download.savannah.nongnu.org/releases/linphone/${PN}/sources/${P}.tar.gz"
do_stage () {
autotools_stage_all
}
|