[oe-commits] Martin Jansa : gdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent to oe-core

git at git.openembedded.org git at git.openembedded.org
Mon Feb 13 16:00:55 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: d5e771221726523ac5cc00790b71d45877aed68d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d5e771221726523ac5cc00790b71d45877aed68d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb  4 09:08:17 2012 +0100

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 at gmail.com>

---

 .../gdb/gdb-cross-canadian_7.4.bbappend            |   20 --------------------
 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 3bbfe38..0000000
--- 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
-}





More information about the Openembedded-commits mailing list