From e42fed4d392dbde88260bc616041c96920c71df6 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sun, 17 Oct 2010 22:06:48 -0700 Subject: [PATCH] system-tools-backends: Fix broken angstrom distro patch Signed-off-by: Koen Kooi --- .../system-tools-backends-2.10.1/add-angstrom-distro.patch | 2 +- recipes/gnome/system-tools-backends_2.10.1.bb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch b/recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch index f258f326c1..22e7489987 100644 --- a/recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch +++ b/recipes/gnome/system-tools-backends-2.10.1/add-angstrom-distro.patch @@ -14,7 +14,7 @@ Index: system-tools-backends-2.8.3/Utils/Platform.pm "vine-3.1" => "vine-3.0", "vlos-1.2" => "gentoo", "nexenta-1.0" => "solaris-2.11", -+ "angstrom" => "debian-3.0", ++ "angstrom" => "debian", ); return $metamap{$distro} if ($metamap{$distro}); diff --git a/recipes/gnome/system-tools-backends_2.10.1.bb b/recipes/gnome/system-tools-backends_2.10.1.bb index bc88cbe164..75dfda968e 100644 --- a/recipes/gnome/system-tools-backends_2.10.1.bb +++ b/recipes/gnome/system-tools-backends_2.10.1.bb @@ -1,6 +1,8 @@ DESCRIPTION = "gnome system tools backends" LICENSE = "GPL" +PR = "r1" + DEPENDS = "dbus dbus-glib glib-2.0 policykit" # Shadow added so there is a full adduser/deluser -- 2.39.5