From cccd4577cc578e61421b2a20e7aae5726974734f Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 21 Aug 2010 17:59:46 +0200 Subject: [PATCH] splashutils: adjust dependency on klcc-cross after klibc refactoring * bump PR --- recipes/splashutils/splashutils_1.5.4.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/splashutils/splashutils_1.5.4.2.bb b/recipes/splashutils/splashutils_1.5.4.2.bb index 17a47abbcb..b34761bb5b 100644 --- a/recipes/splashutils/splashutils_1.5.4.2.bb +++ b/recipes/splashutils/splashutils_1.5.4.2.bb @@ -1,11 +1,11 @@ DESCRIPTION = "Framebuffer splash utilities." SECTION = "media-gfx" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://dev.gentoo.org/~spock/projects/gensplash/archive/splashutils-${PV}.tar.bz2" -DEPENDS = "jpeg klibc" +DEPENDS = "jpeg klcc-cross" inherit autotools -- 2.39.5