aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-02-04 09:08:17 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-13 16:59:29 +0100
commitd5e771221726523ac5cc00790b71d45877aed68d (patch)
tree5e56d9e94125125cf7ea10d2c263adfe42868eae /meta-oe/recipes-devtools
parentd0028e40a3055b41e2e419c8bdd8a707e552c6ba (diff)
downloadmeta-openembedded-d5e771221726523ac5cc00790b71d45877aed68d.tar.gz
gdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent to oe-core
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/017227.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.4.bbappend20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.4.bbappend b/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.4.bbappend
deleted file mode 100644
index 3bbfe38de7..0000000000
--- a/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.4.bbappend
+++ /dev/null
@@ -1,20 +0,0 @@
-DEPENDS += "python-nativesdk"
-RDEPENDS += "python-nativesdk-core python-nativesdk-lang python-nativesdk-re \
- python-nativesdk-codecs python-nativesdk-netclient"
-
-EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"
-PRINC = "1"
-
-do_configure_prepend() {
-cat > ${WORKDIR}/python << EOF
-#! /bin/sh
-case "\$2" in
- --includes) echo "-I${STAGING_DIR}/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}${exec_prefix}/include/python${PYTHON_BASEVERSION}/" ;;
- --ldflags) echo "-L${STAGING_DIR}/${HOST_ARCH}-nativesdk${HOST_VENDOR}-${HOST_OS}${libdir}/python${PYTHON_BASEVERSION}/config/config -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;;
- --exec-prefix) echo "/usr" ;;
- *) exit 1 ;;
-esac
-exit 0
-EOF
- chmod +x ${WORKDIR}/python
-}