From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-devtools/gdb/gdb-cross.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb-cross.inc (limited to 'meta/recipes-devtools/gdb/gdb-cross.inc') diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc new file mode 100644 index 0000000000..6fc98ff110 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross.inc @@ -0,0 +1,14 @@ +require gdb-common.inc + +DEPENDS = "expat-native ncurses-native readline-native" + +EXTRA_OECONF += "--without-python" + +#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" + +GDBPROPREFIX = "" + +inherit cross +inherit gettext + +datadir .= "/gdb-${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}" -- cgit v1.2.3-54-g00ecf