diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-23 15:59:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-23 15:59:21 +0200 |
commit | 7209ba7dd74286db6a13e67e28dbe16c740a0d02 (patch) | |
tree | 685458cf8e651efce7c6b39490fb9be0625d6b76 /recipes/ekiga/opal_3.5.2.bb | |
parent | a292887f0a0534d65336fac3131325742256cbfd (diff) |
ekiga: update to 3.2.0
opal: update to 3.6.1, fix QA
ptlib: update to 2.6.1
Diffstat (limited to 'recipes/ekiga/opal_3.5.2.bb')
-rw-r--r-- | recipes/ekiga/opal_3.5.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ekiga/opal_3.5.2.bb b/recipes/ekiga/opal_3.5.2.bb index ea4685d4c5..b54e337ecb 100644 --- a/recipes/ekiga/opal_3.5.2.bb +++ b/recipes/ekiga/opal_3.5.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Open Phone Abstraction Library, implementation of the ITU H.323 teleconferencing protocol, and successor of the openh323 library." LICENSE = "MPL" -PR = "r1" +PR = "r2" inherit gnome @@ -14,6 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/opalvoip/opal-${PV}.tar.bz2 \ EXTRA_OECONF = "--enable-localgsm --disable-spandsp " ARM_INSTRUCTION_SET = "arm" +TARGET_CC_ARCH += "${LDFLAGS}" + do_configure() { libtoolize --force gnu-configize |