From 334d5a0b10527453ff9f13352f862df94f0e7c3f Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Wed, 7 Jun 2006 15:08:46 +0000 Subject: bootsplash: Fixing so it builds again * Gcc issues that refuses to build bootsplash should remove some warnings messages on 3.3.x and finally work for 4.1.x. --- packages/bootsplash/bootsplash_3.0.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/bootsplash/bootsplash_3.0.7.bb') diff --git a/packages/bootsplash/bootsplash_3.0.7.bb b/packages/bootsplash/bootsplash_3.0.7.bb index 9ffa97d4d5..da6f75b4d3 100644 --- a/packages/bootsplash/bootsplash_3.0.7.bb +++ b/packages/bootsplash/bootsplash_3.0.7.bb @@ -7,7 +7,8 @@ HOMEPAGE="http://www.bootsplash.org" SECTION = "media-gfx" LICENSE = "GPL" SRC_URI="ftp://ftp.openbios.org/pub/bootsplash/rpm-sources/bootsplash/bootsplash-${PV}.tar.bz2 \ - file://freetype2.patch;patch=1" + file://freetype2.patch;patch=1 \ + file://gcc-issues.patch;patch=1" DEPENDS="freetype libmng" PR = "r1" -- cgit 1.2.3-korg