aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ekiga/ptlib_2.6.4.bb6
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() {