Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Fri, 23 Jul 2004 19:30:07 +0000 (19:30 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 23 Jul 2004 19:30:07 +0000 (19:30 +0000)
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

gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch [new file with mode: 0644]
gtkhtml/gtkhtml-3.0_3.0.10.oe

diff --git a/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch b/gtkhtml/gtkhtml-3.0/fix-missing-colormap.patch
new file mode 100644 (file)
index 0000000..e69de29
index 2237790..291f3f4 100644 (file)
@@ -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}"