[oe-commits] Koen Kooi : ptlib: strip libs

git version control git at git.openembedded.org
Tue Jul 21 17:31:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4d7a700fa0ff2a06369b5df88d2d546374094b85
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4d7a700fa0ff2a06369b5df88d2d546374094b85

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jul 21 19:24:55 2009 +0200

ptlib: strip libs

---

 recipes/ekiga/ptlib_2.6.4.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/ekiga/ptlib_2.6.4.bb b/recipes/ekiga/ptlib_2.6.4.bb
index 93a3bd8..41fda72 100644
--- 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() {





More information about the Openembedded-commits mailing list