From bfeb7ce8b525890c150f0b1cc2c5df089aa4b052 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Thu, 6 Feb 2014 17:29:22 +0200 Subject: gdb: upgrade to 7.6.2 Signed-off-by: Laurentiu Palcu Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-7.6.1.inc | 12 ----------- meta/recipes-devtools/gdb/gdb-7.6.2.inc | 12 +++++++++++ .../gdb/gdb-cross-canadian_7.6.1.bb | 3 --- .../gdb/gdb-cross-canadian_7.6.2.bb | 3 +++ meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb | 4 ---- meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb | 4 ++++ meta/recipes-devtools/gdb/gdb_7.6.1.bb | 23 ---------------------- meta/recipes-devtools/gdb/gdb_7.6.2.bb | 23 ++++++++++++++++++++++ 8 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 meta/recipes-devtools/gdb/gdb-7.6.1.inc create mode 100644 meta/recipes-devtools/gdb/gdb-7.6.2.inc delete mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb delete mode 100644 meta/recipes-devtools/gdb/gdb_7.6.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb_7.6.2.bb (limited to 'meta/recipes-devtools/gdb') diff --git a/meta/recipes-devtools/gdb/gdb-7.6.1.inc b/meta/recipes-devtools/gdb/gdb-7.6.1.inc deleted file mode 100644 index 6fd953a437..0000000000 --- a/meta/recipes-devtools/gdb/gdb-7.6.1.inc +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ - file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ - file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" - -SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch " - -S = "${WORKDIR}/${BPN}-${PV}" - -SRC_URI[md5sum] = "d42841167fd061d90fddf9a7212a1f9f" -SRC_URI[sha256sum] = "3ccf7f618536f89648ba89e322fc3c0946bc15c03ca09c32fd9e71bbca68104b" diff --git a/meta/recipes-devtools/gdb/gdb-7.6.2.inc b/meta/recipes-devtools/gdb/gdb-7.6.2.inc new file mode 100644 index 0000000000..ea69b397f5 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-7.6.2.inc @@ -0,0 +1,12 @@ +LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ + file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" + +SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch " + +S = "${WORKDIR}/${BPN}-${PV}" + +SRC_URI[md5sum] = "9ebf09fa76e4ca6034157086e9b20348" +SRC_URI[sha256sum] = "17f7bcda1b24336aadcb1c5e703c355551e59467e221c6f4353b720dffad73a7" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb deleted file mode 100644 index 301035940c..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gdb-common.inc -require gdb-cross-canadian.inc -require gdb-${PV}.inc diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb new file mode 100644 index 0000000000..301035940c --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb @@ -0,0 +1,3 @@ +require gdb-common.inc +require gdb-cross-canadian.inc +require gdb-${PV}.inc diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb deleted file mode 100644 index f9da486d7d..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -require gdb-cross.inc -require gdb-${PV}.inc - -SRC_URI += "file://sim-install-6.6.patch" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb b/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb new file mode 100644 index 0000000000..f9da486d7d --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb @@ -0,0 +1,4 @@ +require gdb-cross.inc +require gdb-${PV}.inc + +SRC_URI += "file://sim-install-6.6.patch" diff --git a/meta/recipes-devtools/gdb/gdb_7.6.1.bb b/meta/recipes-devtools/gdb/gdb_7.6.1.bb deleted file mode 100644 index e86447121b..0000000000 --- a/meta/recipes-devtools/gdb/gdb_7.6.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -require gdb.inc -require gdb-${PV}.inc - -inherit python-dir - -PACKAGECONFIG ??= "" -PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python" - -do_configure_prepend() { - if [ -n "${@base_contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then - cat > ${WORKDIR}/python << EOF -#!/bin/sh -case "\$2" in - --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; - --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; - --exec-prefix) echo "${exec_prefix}" ;; - *) exit 1 ;; -esac -exit 0 -EOF - chmod +x ${WORKDIR}/python - fi -} diff --git a/meta/recipes-devtools/gdb/gdb_7.6.2.bb b/meta/recipes-devtools/gdb/gdb_7.6.2.bb new file mode 100644 index 0000000000..e86447121b --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb_7.6.2.bb @@ -0,0 +1,23 @@ +require gdb.inc +require gdb-${PV}.inc + +inherit python-dir + +PACKAGECONFIG ??= "" +PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python" + +do_configure_prepend() { + if [ -n "${@base_contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then + cat > ${WORKDIR}/python << EOF +#!/bin/sh +case "\$2" in + --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; + --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; + --exec-prefix) echo "${exec_prefix}" ;; + *) exit 1 ;; +esac +exit 0 +EOF + chmod +x ${WORKDIR}/python + fi +} -- cgit 1.2.3-korg