diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ortp/ortp_0.7.1.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/ortp/ortp_0.7.1.bb b/packages/ortp/ortp_0.7.1.bb index 897d90960f..c05e9d51cb 100644 --- a/packages/ortp/ortp_0.7.1.bb +++ b/packages/ortp/ortp_0.7.1.bb @@ -1,12 +1,20 @@ -PR = "r0" +DESCRIPTION = "An LGPL implementation of RTP - RFC3550" LICENSE = "LGPL" DEPENDS = "glibc " -DESCRIPTION = "An LGPL implementation of RTP - RFC3550" + +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 } |