[oe-commits] org.oe.dev gtkhtml: fix QA issues

koen commit openembedded-commits at lists.openembedded.org
Tue Aug 7 11:06:33 UTC 2007


gtkhtml: fix QA issues

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a9c568725aae48abd16a08bbc716011193d52427
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a9c568725aae48abd16a08bbc716011193d52427
Files:
1
packages/gtkhtml/gtkhtml.inc
Diffs:

#
# mt diff -r3847331f2ceb44f486e902f060444976ad82ba06 -ra9c568725aae48abd16a08bbc716011193d52427
#
# 
# 
# patch "packages/gtkhtml/gtkhtml.inc"
#  from [f251ed54e5835e40a505b44689c47937f89e0a54]
#    to [b0678cba75f25c5be178a120b8e96921db055f17]
# 
============================================================
--- packages/gtkhtml/gtkhtml.inc	f251ed54e5835e40a505b44689c47937f89e0a54
+++ packages/gtkhtml/gtkhtml.inc	b0678cba75f25c5be178a120b8e96921db055f17
@@ -8,3 +8,8 @@ EXTRA_OECONF = "--disable-gtk-doc"
 S = "${WORKDIR}/gtkhtml-${PV}"
 
 EXTRA_OECONF = "--disable-gtk-doc"
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+        find ${S} -name Makefile | xargs sed -i s:'-I${prefix}/include':'-I.':g
+}






More information about the Openembedded-commits mailing list