aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ortp/ortp.inc
blob: a086156c6a08a542e5ea04fb8ec0de406ca6bca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "An LGPL implementation of RTP - RFC3550"
LICENSE = "LGPL"

INC_PR = "r1"

inherit autotools pkgconfig

SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/${PN}/sources/${P}.tar.gz"

do_compile_append() {
        sed -i -e s:${STAGING_DIR_TARGET}::g \
               -e s:/${TARGET_SYS}::g \
                  ortp.pc

}

do_stage () {
	autotools_stage_all
}