diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-21 14:51:17 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2017-06-21 16:06:53 +0200 |
commit | 4bf7d1abd0e8414a7f096864fa916e3cc705ac11 (patch) | |
tree | adc744ff60435c07641b6340b88489fce23bd5c1 /recipes-devtools/gdb/gdb_7.10.1.bbappend | |
parent | 1b3785576252e5c128758d1d243da4196bb428ef (diff) | |
download | meta-nfv-access-common-4bf7d1abd0e8414a7f096864fa916e3cc705ac11.tar.gz |
elfutils,gdb: Drop bbappends
We won't upstream this and we won't maintain it anymore, so drop it.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'recipes-devtools/gdb/gdb_7.10.1.bbappend')
-rw-r--r-- | recipes-devtools/gdb/gdb_7.10.1.bbappend | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-devtools/gdb/gdb_7.10.1.bbappend b/recipes-devtools/gdb/gdb_7.10.1.bbappend deleted file mode 100644 index 89404b1..0000000 --- a/recipes-devtools/gdb/gdb_7.10.1.bbappend +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | inherit ptest | ||
2 | |||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
4 | |||
5 | SRC_URI += "file://run-ptest \ | ||
6 | file://runtest-flags.patch \ | ||
7 | file://0001-add-delay-before-run-exp-file.patch \ | ||
8 | file://0002-function-name-is-used-by-mistake.patch \ | ||
9 | file://gdb-ptest-attach.patch \ | ||
10 | " | ||
11 | |||
12 | |||
13 | |||
14 | DEPENDS_${PN}-ptest += "expect dejagnu tcl" | ||
15 | RDEPENDS_${PN}-ptest += "glibc-charmap-ibm1047 \ | ||
16 | glibc-gconv-ibm1047 \ | ||
17 | glibc-charmap-ebcdic-us \ | ||
18 | glibc-gconv-ebcdic-us \ | ||
19 | glibc-gconv-utf-32 \ | ||
20 | glibc-gconv-utf-16 \ | ||
21 | prelink \ | ||
22 | expect \ | ||
23 | dejagnu \ | ||
24 | make \ | ||
25 | bash \ | ||
26 | " | ||
27 | do_configure_ptest () { | ||
28 | cd ${S}/gdb/testsuite/ | ||
29 | ./configure --host=${HOST_SYS} --build=${BUILD_SYS} | ||
30 | make site.exp | ||
31 | } | ||
32 | |||
33 | do_install_ptest () { | ||
34 | cp -pr ${S}/gdb/testsuite/ ${D}${PTEST_PATH} | ||
35 | cp -pr ${S}/gdb/features/ ${D}${PTEST_PATH} | ||
36 | install -p ${S}/config.sub ${D}${PTEST_PATH}/testsuite/ | ||
37 | install -p ${S}/config.guess ${D}${PTEST_PATH}/testsuite/ | ||
38 | install -p ${S}/install-sh ${D}${PTEST_PATH}/testsuite/ | ||
39 | } | ||