Comments
Patch
From 9a58ce3a332a06d022a4473dd061c52f4540a540 Mon Sep 17 00:00:00 2001
From: Phil Blundell <philb@gnu.org>
Date: Thu, 18 Oct 2012 14:12:25 +0100
Subject: [PATCH] eglibc: Provide dummy do_evacuate_scripts() for all variants
of eglibc-initial
Otherwise the nativesdk and multilib variants might crash trying to
copy a non-existent mtrace script.
Signed-off-by: Phil Blundell <pb@pbcl.net>
---
meta/recipes-core/eglibc/eglibc-initial.inc | 5 +++++
meta/recipes-core/eglibc/eglibc-package.inc | 8 --------
meta/recipes-core/eglibc/eglibc_2.16.bb | 2 +-
3 files changed, 6 insertions(+), 9 deletions(-)
@@ -73,3 +73,8 @@ eglibcinitial_sstate_postinst() {
}
do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}"
+
+# We don't install any scripts so there is nothing to evacuate
+do_evacuate_scripts () {
+ :
+}
@@ -117,14 +117,6 @@ do_evacuate_scripts () {
done
}
-do_evacuate_scripts_pn-eglibc-initial () {
- :
-}
-
-do_evacuate_scripts_pn-nativesdk-eglibc-initial () {
- :
-}
-
addtask evacuate_scripts after do_install before do_populate_sysroot do_package
PACKAGE_PREPROCESS_FUNCS += "eglibc_package_preprocess"
@@ -1,7 +1,7 @@
require eglibc.inc
DEPENDS += "gperf-native kconfig-frontends-native"
-PR = "r17"
+PR = "r18"
SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21224.tar.bz2 \
file://eglibc-svn-arm-lowlevellock-include-tls.patch \
--
1.7.10.4