[oe-commits] Marco Cavallini : glibc-package.bbclass : added KaeilOS hack supporting glibc 2.9

git version control git at git.openembedded.org
Fri Oct 23 12:26:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c8dc29972b40e70550f6c2275a307557f1c4bf30
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c8dc29972b40e70550f6c2275a307557f1c4bf30

Author: Marco Cavallini <m.cavallini at koansoftware.com>
Date:   Fri Oct 23 14:26:22 2009 +0200

glibc-package.bbclass : added KaeilOS hack supporting glibc 2.9

---

 recipes/glibc/glibc-package.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/glibc/glibc-package.bbclass b/recipes/glibc/glibc-package.bbclass
index 4d7f6fd..1d7f5cd 100644
--- a/recipes/glibc/glibc-package.bbclass
+++ b/recipes/glibc/glibc-package.bbclass
@@ -268,6 +268,8 @@ python package_do_split_gconvs () {
 		# This is a hack till linux-libc-headers gets patched for the missing arm syscalls and all arm device kernels as well
 		if bb.data.getVar("DISTRO_NAME", d, 1) == "Angstrom":
 			kernel_ver = "2.6.24"
+		elif bb.data.getVar("DISTRO_NAME", d, 1) == "KaeilOS":
+			kernel_ver = "2.6.24"
 		else:
 			kernel_ver = bb.data.getVar("OLDEST_KERNEL", d, 1)
 





More information about the Openembedded-commits mailing list