From: Phil Blundell Date: Fri, 23 Jul 2004 19:30:07 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18076 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=968994d66b176491d3245246b9ab60a5d86bcb90;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/23 20:20:56+01:00 nexus.co.uk!pb add fix-missing-colormap.patch, courtesy Rob McQueen BKrev: 4101673fCeMkxy_9nM_JjOeOe7Mz3w --- diff --git a/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch b/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gtkhtml/gtkhtml-3.0_3.0.10.oe b/gtkhtml/gtkhtml-3.0_3.0.10.oe index 2237790ea5..291f3f4611 100644 --- a/gtkhtml/gtkhtml-3.0_3.0.10.oe +++ b/gtkhtml/gtkhtml-3.0_3.0.10.oe @@ -1,9 +1,11 @@ DESCRIPTION = "HTML rendering/editing library" DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui gal-2.0" +PR = "r1" inherit gnome -SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.0/gtkhtml-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.0/gtkhtml-${PV}.tar.bz2 \ + file://fix-missing-colormap.patch;patch=1" FILES_${PN} += "${datadir}/gtkhtml-3.0" S = "${WORKDIR}/gtkhtml-${PV}"