[oe-commits] org.oe.dev libidl: merge r1698 from poky:

koen commit openembedded-commits at lists.openembedded.org
Tue May 15 14:41:38 UTC 2007


libidl: merge r1698 from poky:
libidl: use binconfig.bbclass to mangle paths instead of trying to it hand

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 72f8aced69cb8d855b7cfb9cd803de72f8d78422
ViewMTN: http://monotone.openembedded.org/revision.psp?id=72f8aced69cb8d855b7cfb9cd803de72f8d78422
Files:
1
packages/libidl/libidl_0.8.6.bb
Diffs:

#
# mt diff -r7a5bcf08ea3254f8bfdb49417dff0c0f363405d0 -r72f8aced69cb8d855b7cfb9cd803de72f8d78422
#
# 
# 
# patch "packages/libidl/libidl_0.8.6.bb"
#  from [3fe86a1f05503ccabfe539d07895bdcb1500e254]
#    to [78196c500e6ee0fe8e7a475ab000ee657e43ff71]
# 
============================================================
--- packages/libidl/libidl_0.8.6.bb	3fe86a1f05503ccabfe539d07895bdcb1500e254
+++ packages/libidl/libidl_0.8.6.bb	78196c500e6ee0fe8e7a475ab000ee657e43ff71
@@ -1,26 +1,20 @@ DEPENDS = "glib-2.0 libidl-native"
 DESCRIPTION = "Library for parsing CORBA IDL files"
 SECTION = "x11/gnome/libs"
 LICENSE = "LGPL"
 DEPENDS = "glib-2.0 libidl-native"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
 S = "${WORKDIR}/libIDL-${PV}"
 
-inherit autotools pkgconfig
+BINCONFIG_GLOB = "*-config-2"
+inherit autotools pkgconfig binconfig
 
 # Firefox uses the libIDL-config-2 script instead of pkgconfig (for some
 # strange reason - so we do some sed fu to fix the path there
 
 do_stage() {
 	autotools_stage_all
-
-	cat ${S}/libIDL-config-2 | sed -e 's:${includedir}:${STAGING_INCDIR}:' > ${STAGING_BINDIR}/libIDL-config-2
-
-	if [ "${STAGING_BINDIR}" != "${STAGING_BINDIR_CROSS}" ]; then
-		mv ${STAGING_BINDIR}/libIDL-config-2 ${STAGING_BINDIR_CROSS}/libIDL-config-2
-	fi
-			 
 }
 
 FILES_${PN} = "${libdir}/*.so.*"






More information about the Openembedded-commits mailing list