[oe-commits] Khem Raj : gdb: Add lttng-ust to DEPENDS only for eglibc

git version control git at git.openembedded.org
Fri Aug 19 16:07:48 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 689c906a9c47b08f9597787c4158e203135787bb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=689c906a9c47b08f9597787c4158e203135787bb

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Aug 16 15:23:21 2011 -0700

gdb: Add lttng-ust to DEPENDS only for eglibc

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta/recipes-devtools/gdb/gdb-common.inc |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index df6c70f..9879e97 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 \





More information about the Openembedded-commits mailing list