diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-06 10:22:08 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-06 10:22:08 +0000 |
commit | 281dee40f0b263965ca1a64cc9057a4a805368d5 (patch) | |
tree | 0696d87a117332bf59211fe850367dc51765c1d9 /packages/linphone | |
parent | 5679a04a144b4898a44e8a25cfe92064832fb98a (diff) |
linphone (1.6.0): Use the OE-built pkg-config
Diffstat (limited to 'packages/linphone')
-rw-r--r-- | packages/linphone/linphone_1.6.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/linphone/linphone_1.6.0.bb b/packages/linphone/linphone_1.6.0.bb index 9a5a02f2cd..43b8daa131 100644 --- a/packages/linphone/linphone_1.6.0.bb +++ b/packages/linphone/linphone_1.6.0.bb @@ -18,7 +18,7 @@ RDEPENDS_libmediastreamer = "speex libogg libasound libortp" PROVIDES = "linphone linphonec liblinphone" -PR = "r1" +PR = "r2" SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/1.6.x/sources/linphone-${PV}.tar.gz \ http://download.devbase.at/voip/linphone-1.6.0-pl0.patch;patch=1" @@ -27,8 +27,7 @@ S = "${WORKDIR}/linphone-${PV}" inherit autotools pkgconfig -#ugly, ugly hack to get around some pkgconfig versioning problems, hopefully the nslu2 people will come up with a proper solution -export PKG_CONFIG=/usr/bin/pkg-config +export PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config EXTRA_OECONF = "--disable-gtk-doc \ --without-ffmpeg --disable-video --without-sdl \ |