From: Koen Kooi Date: Tue, 21 Jul 2009 17:24:55 +0000 (+0200) Subject: ptlib: strip libs X-Git-Tag: Release-2010-05/1~2918 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7a700fa0ff2a06369b5df88d2d546374094b85;p=openembedded.git ptlib: strip libs --- diff --git a/recipes/ekiga/ptlib_2.6.4.bb b/recipes/ekiga/ptlib_2.6.4.bb index 93a3bd8c96..41fda722df 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() {