[oe-commits] Steve Sakoman : system-tools-backends: Fix broken angstrom distro patch

git version control git at git.openembedded.org
Mon Nov 22 21:22:39 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: f11c342e6148d59d921d442a7633a753edb3801c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f11c342e6148d59d921d442a7633a753edb3801c

Author: Steve Sakoman <steve at sakoman.com>
Date:   Sun Oct 17 22:06:48 2010 -0700

system-tools-backends: Fix broken angstrom distro patch

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 .../add-angstrom-distro.patch                      |    2 +-
 recipes/gnome/system-tools-backends_2.10.1.bb      |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

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 f258f32..22e7489 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 bc88cbe..75dfda9 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





More information about the Openembedded-commits mailing list