git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d97630
)
ortp: fix staging
author
Koen Kooi
<koen@openembedded.org>
Fri, 26 Sep 2008 13:19:19 +0000
(13:19 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 26 Sep 2008 13:19:19 +0000
(13:19 +0000)
packages/ortp/ortp_0.7.1.bb
patch
|
blob
|
history
diff --git
a/packages/ortp/ortp_0.7.1.bb
b/packages/ortp/ortp_0.7.1.bb
index
897d909
..
c05e9d5
100644
(file)
--- a/
packages/ortp/ortp_0.7.1.bb
+++ b/
packages/ortp/ortp_0.7.1.bb
@@
-1,12
+1,20
@@
-
PR = "r
0"
+
DESCRIPTION = "An LGPL implementation of RTP - RFC355
0"
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
}