From: Khem Raj Date: Tue, 16 Aug 2011 22:23:21 +0000 (-0700) Subject: gdb: Add lttng-ust to DEPENDS only for eglibc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689c906a9c47b08f9597787c4158e203135787bb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdb: Add lttng-ust to DEPENDS only for eglibc Signed-off-by: Khem Raj --- diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index df6c70f6569..9879e9723d3 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -2,9 +2,16 @@ DESCRIPTION = "gdb - GNU debugger" HOMEPAGE = "http://www.gnu.org/software/gdb/" LICENSE="GPLv3+" SECTION = "devel" -DEPENDS = "ncurses readline elfutils lttng-ust" +DEPENDS = "ncurses readline elfutils ${LTTNGUST}" -INC_PR = "r2" +LTTNGUST = "lttng-ust" +LTTNGUST_libc-uclibc = "" +LTTNGUST_mips = "" +LTTNGUST_mipsel = "" +LTTNGUST_mips64 = "" +LTTNGUST_mips64el = "" + +INC_PR = "r3" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \