summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp/config-release.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp/config-release.patch')
-rw-r--r--meta/recipes-extended/libzypp/libzypp/config-release.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp/config-release.patch b/meta/recipes-extended/libzypp/libzypp/config-release.patch
deleted file mode 100644
index 26c7307deb..0000000000
--- a/meta/recipes-extended/libzypp/libzypp/config-release.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Upstream-Status: Inappropriate [distribution]
2
3Configure distro version package
4
5We need to configure a package that the system can use to determine the
6system distribution version.
7
8Hack: for now set to packagegroup-core-rpm.
9
10Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
11
12diff -ur git.orig/zypp/ZConfig.cc git/zypp/ZConfig.cc
13--- git.orig/zypp/ZConfig.cc 2011-03-14 16:30:07.492786134 -0500
14+++ git/zypp/ZConfig.cc 2011-03-15 11:39:15.396801927 -0500
15@@ -821,7 +821,7 @@
16 ///////////////////////////////////////////////////////////////////
17
18 std::string ZConfig::distroverpkg() const
19- { return "redhat-release"; }
20+ { return "packagegroup-core-rpm"; }
21
22 ///////////////////////////////////////////////////////////////////
23