summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-22 10:59:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-23 11:43:32 +0100
commit142a8d18819d9d533fbef97aaf8a61e4bd90bcdb (patch)
treef4b7fd3cbfc9613a90fd10669c97ef01c185e927 /meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch
parent93d71aac2e715151be7a9cf9dfe66287be47d105 (diff)
downloadpoky-142a8d18819d9d533fbef97aaf8a61e4bd90bcdb.tar.gz
eglibc-2.15: Delete
eglibc 2.15 is not buildable with current toolchain build sequence and is not used as default on OE-Core. So lets remove it. (From OE-Core rev: d8c47eeb09d1bc2a6a7a335cc94658f6bdfe4026) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch b/meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch
deleted file mode 100644
index 8392c1806d..0000000000
--- a/meta/recipes-core/eglibc/eglibc-2.15/use-localstatedir-for-vardbdir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1
2localstatedir is set to be the /var directory, so use
3it for the base of the vardbdir so it's properly relocatable.
4
5Upstream-Status: Pending
6
7Signed-off-by: Saul Wold <sgw@linux.intel.com>
8
9Index: libc/Makeconfig
10===================================================================
11--- libc.orig/Makeconfig
12+++ libc/Makeconfig
13@@ -293,7 +293,7 @@ inst_sysconfdir = $(install_root)$(sysco
14
15 # Directory for the database files and Makefile for nss_db.
16 ifndef vardbdir
17-vardbdir = /var/db
18+vardbdir = $(localstatedir)/db
19 endif
20 inst_vardbdir = $(install_root)$(vardbdir)
21