[oe-commits] org.oe.dev linphone (1.6.0): Use the OE-built pkg-config

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Feb 7 12:47:52 UTC 2007


linphone (1.6.0): Use the OE-built pkg-config

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: a4be82b8993bead2bf56d535b72a7bf0a9101901
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a4be82b8993bead2bf56d535b72a7bf0a9101901
Files:
1
packages/linphone/linphone_1.6.0.bb
Diffs:

#
# mt diff -rf76d0fe8cc0eb812c75cabdf3043d8c16f35ce01 -ra4be82b8993bead2bf56d535b72a7bf0a9101901
#
# 
# 
# patch "packages/linphone/linphone_1.6.0.bb"
#  from [d906d23a60a1145857ecbe7775ec90fbd6376f11]
#    to [863dfcf4a3d833f92af2488119fefe1dce13855b]
# 
============================================================
--- packages/linphone/linphone_1.6.0.bb	d906d23a60a1145857ecbe7775ec90fbd6376f11
+++ packages/linphone/linphone_1.6.0.bb	863dfcf4a3d833f92af2488119fefe1dce13855b
@@ -18,7 +18,7 @@ PROVIDES = "linphone linphonec liblinpho
 
 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 @@ inherit autotools pkgconfig
 
 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 \






More information about the Openembedded-commits mailing list