[oe-commits] org.oe.dev packages/icu/icu-3.6: Use binconfig to stage icu-config to avoid having icu-config --ldflags return the host dirs

freyther commit openembedded-commits at lists.openembedded.org
Sun Oct 7 11:12:58 UTC 2007


packages/icu/icu-3.6: Use binconfig to stage icu-config to avoid having icu-config --ldflags return the host dirs
    Now icu-config gets copied to STAGING_BINDIR_CROSS and WebKit/Gtk+ stops
    having i686 directories in the compiler invocation.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 6eb39bf8780aa3b89eb8d44f830f9fedce8e5bda
ViewMTN: http://monotone.openembedded.org/revision/info/6eb39bf8780aa3b89eb8d44f830f9fedce8e5bda
Files:
1
packages/icu/icu-3.6.inc
Diffs:

#
# mt diff -r23aeaf6386edeac3312ef7bf65975595704646cb -r6eb39bf8780aa3b89eb8d44f830f9fedce8e5bda
#
# 
# 
# patch "packages/icu/icu-3.6.inc"
#  from [98b0ef0d520fbacb6e1ea1a8152dd79bd03f8e3e]
#    to [7932b55947e36c2c609908ef5686b177078bf8df]
# 
============================================================
--- packages/icu/icu-3.6.inc	98b0ef0d520fbacb6e1ea1a8152dd79bd03f8e3e
+++ packages/icu/icu-3.6.inc	7932b55947e36c2c609908ef5686b177078bf8df
@@ -5,7 +5,7 @@ S = "${WORKDIR}/icu/source"
 
 S = "${WORKDIR}/icu/source"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig binconfig
 
 do_configure() {
 	libtoolize --force






More information about the Openembedded-commits mailing list