diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-05 23:09:12 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-05 23:09:12 +0000 |
commit | cca64dcefa7950d7cb7844d2c0cdac3b828466a3 (patch) | |
tree | c6997c6564264ac3d7e7db6650954aa0f858a6b5 /packages/gtkhtml/gtkhtml-3.6_3.6.2.bb | |
parent | e9a903f533520ef4d8ec1c2c997bd76411eab41b (diff) |
gtkhtml-3.6: fix cross-compile badness and close bug #2528
Diffstat (limited to 'packages/gtkhtml/gtkhtml-3.6_3.6.2.bb')
-rw-r--r-- | packages/gtkhtml/gtkhtml-3.6_3.6.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gtkhtml/gtkhtml-3.6_3.6.2.bb b/packages/gtkhtml/gtkhtml-3.6_3.6.2.bb index fd5fde49ed..cb2b8b2acc 100644 --- a/packages/gtkhtml/gtkhtml-3.6_3.6.2.bb +++ b/packages/gtkhtml/gtkhtml-3.6_3.6.2.bb @@ -2,7 +2,9 @@ require gtkhtml.inc DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui" -SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.6/gtkhtml-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.6/gtkhtml-${PV}.tar.bz2 \ + file://cross-includedir.patch;patch=1" +PR = "r1" FILES_${PN} += "${datadir}/gtkhtml-3.6" do_stage() { |