blob: c3aa49d0e4497ef34af1bfbaa55f8ecb8d6a63a6 (
plain)
1
2
3
4
5
6
7
8
|
require gdb.inc
LICENSE = "GPLv3"
SRC_URI += "\
file://gdb-6.8-fix-compile-karmic.patch;patch=1"
# Work-around problems while creating libbfd.a
EXTRA_OECONF += "--enable-static"
|