diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-21 19:24:55 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-21 19:24:55 +0200 |
commit | 4d7a700fa0ff2a06369b5df88d2d546374094b85 (patch) | |
tree | 7c86fc906fade684d36ad48f6eaecd13079b7ca0 | |
parent | 1751ba9cc1377eaa2d2de8b2053abea807731d80 (diff) |
ptlib: strip libs
-rw-r--r-- | 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 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() { |