From: Koen Kooi Date: Fri, 26 Sep 2008 13:19:19 +0000 (+0000) Subject: ortp: fix staging X-Git-Tag: Release-2010-05/1~5926 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b33cadf86cea245b1b9c29635b4f5f67c21059;p=openembedded.git ortp: fix staging --- 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 }