guile: remove from meta-oe, there is newer version in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
This commit is contained in:
Ross Burton 2013-03-21 09:48:59 +00:00 committed by Eric Bénard
parent ba80b770c8
commit 1c28aecfa4
8 changed files with 0 additions and 1870 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +0,0 @@
--- /tmp/configure.in 2008-06-04 12:33:55.451086283 +0200
+++ guile-1.8.5/configure.in 2008-06-04 12:34:03.974994278 +0200
@@ -38,7 +38,6 @@
]),
[bug-guile@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(GUILE-VERSION)
AM_INIT_AUTOMAKE([gnu no-define check-news])

View File

@ -1,8 +0,0 @@
--- guile.orig/libguile/guile-snarf-docs.in 2009-07-03 18:19:00.000000000 -0400
+++ guile/libguile/guile-snarf-docs.in 2009-11-19 12:55:32.487266268 -0500
@@ -23,4 +23,4 @@
## Let the user override the preprocessor autoconf found.
test -n "${CPP+set}" || CPP="@CPP@"
-${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"
+${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@"

View File

@ -1,22 +0,0 @@
--- guile-1.8.7.orig/guile-tools.in
+++ guile-1.8.7/guile-tools.in
@@ -42,14 +42,15 @@ Default scripts dir: $default_scriptsdir
EOF
}
-prefix="@prefix@"
-datarootdir="@datarootdir@"
-pkgdatadir="@datadir@/@PACKAGE@"
+bindir=`dirname $0`
+bindir=`cd $bindir && pwd`
+prefix=`dirname $bindir`
+datarootdir=${prefix}/share
+pkgdatadir=${prefix}/share/guile
guileversion="@GUILE_EFFECTIVE_VERSION@"
default_scriptsdir=$pkgdatadir/$guileversion/scripts
# pre-install invocation frob
-mydir=`dirname $0`
if [ -d "$mydir/scripts" -a -f "$mydir/scripts/Makefile.am" ] ; then
default_scriptsdir=`(cd $mydir/scripts ; pwd)`
fi

View File

@ -1,13 +0,0 @@
SECTION = "unknown"
DEPENDS = "gettext-native gmp-native"
LICENSE = "LGPLv2.1"
inherit autotools native
S="${WORKDIR}/guile-${PV}"
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
}

View File

@ -1,13 +0,0 @@
require guile-native.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=c9ba0d76ca3ef2a1d15a2ac839ef01fa"
PR = "r1"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
file://configure-fix.patch \
file://cpp-linemarkers.patch \
file://reloc.patch \
"
SRC_URI[md5sum] = "991b5b3efcbbc3f7507d05bc42f80a5e"
SRC_URI[sha256sum] = "bfee6339d91955a637e7f541d96f5b1d53271b42bb4a37b8867d186a6c66f0b3"

View File

@ -1,47 +0,0 @@
DESCRIPTION = "Guile is an interpreter for the Scheme programming language, \
packaged as a library which can be incorporated into your programs."
HOMEPAGE = "http://www.gnu.org/software/guile/guile.html"
SECTION = "devel/scheme"
DEPENDS = "guile-native gmp libtool"
PACKAGES =+ "${PN}-el"
FILES_${PN}-el = "${datadir}/emacs"
DESCRIPTION_${PN}-el = "Emacs lisp files for Guile"
LICENSE = "LGPLv2.1+"
inherit autotools gettext
acpaths = "-I ${S}/guile-config"
EXTRA_OECONF = " \
--without-threads \
--without-included-ltdl \
"
do_compile() {
for i in $(find ${S} -name "Makefile") ; do
sed -i -e s:-Werror::g $i
done
(cd libguile; oe_runmake CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}" guile_filter_doc_snarfage)
oe_runmake preinstguile="`which guile`"
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s:/${TARGET_SYS}::g \
-e s:-L/usr/lib::g \
-e s:-isystem/usr/include::g \
-e s:,/usr/lib:,\$\{libdir\}:g \
guile-1.8.pc
}
SYSROOT_PREPROCESS_FUNCS = "guile_cross_config"
guile_cross_config() {
# Create guile-config returning target values instead of native values
install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}
echo '#!'`which guile`$' \\\n-e main -s\n!#\n(define %guile-build-info '\'\( >guile-config.cross
sed -n $'s:-isystem[^ ]* ::;s:-Wl,-rpath-link,[^ ]* ::;s:^[ \t]*{[ \t]*": (:;s:",[ \t]*": . ":;s:" *}, *\\\\:"):;/^ (/p' <libguile/libpath.h >>guile-config.cross
echo '))' >>guile-config.cross
cat guile-config/guile-config >>guile-config.cross
install guile-config.cross ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/guile-config
}

View File

@ -1,14 +0,0 @@
require guile.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=5711ae313ffd140741e741b88d9d4007"
PR = "r1"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
file://configure-fix.patch \
file://18.diff \
"
SRC_URI[md5sum] = "991b5b3efcbbc3f7507d05bc42f80a5e"
SRC_URI[sha256sum] = "bfee6339d91955a637e7f541d96f5b1d53271b42bb4a37b8867d186a6c66f0b3"