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:
1751ba9
)
ptlib: strip libs
author
Koen Kooi
<koen@openembedded.org>
Tue, 21 Jul 2009 17:24:55 +0000
(19:24 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 21 Jul 2009 17:24:55 +0000
(19:24 +0200)
recipes/ekiga/ptlib_2.6.4.bb
patch
|
blob
|
history
diff --git
a/recipes/ekiga/ptlib_2.6.4.bb
b/recipes/ekiga/ptlib_2.6.4.bb
index
93a3bd8
..
41fda72
100644
(file)
--- a/
recipes/ekiga/ptlib_2.6.4.bb
+++ b/
recipes/ekiga/ptlib_2.6.4.bb
@@
-1,6
+1,8
@@
DESCRIPTION = "Portable Tools Libary"
LICENSE = "MPL"
+PR = "r1"
+
inherit gnome
DEPENDS += "libgsm openldap openssl expat virtual/libsdl alsa-lib"
@@
-19,6
+21,10
@@
do_compile_append() {
ptlib.pc
}
+do_install_append() {
+ chmod +x ${D}${libdir}/*
+}
+
FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so"
do_stage() {