aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ortp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-26 13:19:19 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-26 13:19:19 +0000
commita8b33cadf86cea245b1b9c29635b4f5f67c21059 (patch)
tree896c9f4b61df351a0f90ce22b6edfbd622c95a2c /packages/ortp
parent8d97630be55cf949efc50ab076165e8db269b90b (diff)
downloadopenembedded-a8b33cadf86cea245b1b9c29635b4f5f67c21059.tar.gz
ortp: fix staging
Diffstat (limited to 'packages/ortp')
-rw-r--r--packages/ortp/ortp_0.7.1.bb12
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
}