mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
gdb: Upgrade 7.4 -> 7.5
This is a simple upgrade. Dropping the unneeded patches and adding --disable-werror to configure since thats is what one of the patch was doing which was dropped. (From OE-Core rev: 452f26b6d189b9fafba644e41921091925fb6a47) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
9
meta/recipes-devtools/gdb/gdb_7.5.bb
Normal file
9
meta/recipes-devtools/gdb/gdb_7.5.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require gdb.inc
|
||||
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"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
Reference in New Issue
Block a user