[meta-mentor] [PATCH 2/3] guile-native: drop no longer needed append

Michael Brown eichisama at gmail.com
Tue May 14 19:07:26 PDT 2013


From: Christopher Larson <chris_larson at mentor.com>

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
(cherry picked from commit f9106ba17992d4fabc34ace5446048d379f77794)

Signed-off-by: Michael Brown <mw_brown at mentor.com>
---
 recipes/guile/guile-native_1.8.7.bbappend |   15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 recipes/guile/guile-native_1.8.7.bbappend

diff --git a/recipes/guile/guile-native_1.8.7.bbappend b/recipes/guile/guile-native_1.8.7.bbappend
deleted file mode 100644
index f94a212..0000000
--- a/recipes/guile/guile-native_1.8.7.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
-PRINC := "${@int(PRINC) + 1}"
-BPV := "${@'.'.join(PV.split('.')[:2])}"
-
-do_install_append() {
-	install -m 0755  ${D}${bindir}/guile ${D}${bindir}/${HOST_SYS}-guile
-
-	create_wrapper ${D}/${bindir}/guile \
-		GUILE_LOAD_PATH=${STAGING_DATADIR_NATIVE}/guile/${BPV} \
-		GUILE_LOAD_COMPILED_PATH=${STAGING_LIBDIR_NATIVE}/guile/${BPV}/ccache
-	create_wrapper ${D}${bindir}/${HOST_SYS}-guile \
-		GUILE_LOAD_PATH=${STAGING_DATADIR_NATIVE}/guile/${BPV} \
-		GUILE_LOAD_COMPILED_PATH=${STAGING_LIBDIR_NATIVE}/guile/${BPV}/ccache
-
-	sed -i '1s,^#!.*,#!${USRBINPATH}/env guile,' ${D}${bindir}/guile-config
-}
-- 
1.7.9.5




More information about the meta-mentor mailing list