diff options
-rw-r--r-- | recipes/ekiga/ekiga_git.bb | 2 | ||||
-rw-r--r-- | recipes/ekiga/opal_3.8.2.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ekiga/ekiga_git.bb b/recipes/ekiga/ekiga_git.bb index d4d550b97a..025767b2c6 100644 --- a/recipes/ekiga/ekiga_git.bb +++ b/recipes/ekiga/ekiga_git.bb @@ -7,7 +7,7 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" PV = "3.3.1+git" -PR = "r5+gitr${SRCREV}" +PR = "r6+gitr${SRCREV}" SRCREV = "7c669dd4ce69296f09004f8876366058c20a3352" inherit gnome diff --git a/recipes/ekiga/opal_3.8.2.bb b/recipes/ekiga/opal_3.8.2.bb index 46ebaecb5f..8867b4b1a2 100644 --- a/recipes/ekiga/opal_3.8.2.bb +++ b/recipes/ekiga/opal_3.8.2.bb @@ -1,6 +1,8 @@ DESCRIPTION = "Open Phone Abstraction Library, implementation of the ITU H.323 teleconferencing protocol, and successor of the openh323 library." LICENSE = "MPL" +PR = "r1" + inherit gnome DEPENDS += " ffmpeg ptlib virtual/libsdl openldap" |