[oe-commits] : ortp: fix staging

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Sep 26 13:55:12 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: f3b89b5bc698bdd86b54406ae8ac21e1476957c5
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=f3b89b5bc698bdd86b54406ae8ac21e1476957c5

Author:  <koen at openembedded.org>
Date:   Fri Sep 26 13:19:19 2008 +0000

ortp: fix staging

---

 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 897d909..c05e9d5 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
 }





More information about the Openembedded-commits mailing list