From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QtvPN-00028d-Mi for openembedded-core@lists.openembedded.org; Thu, 18 Aug 2011 07:44:49 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 17 Aug 2011 22:39:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,243,1312182000"; d="scan'208";a="39696006" Received: from unknown (HELO swold-MOBL.globalsuite.net) ([10.255.15.2]) by azsmga001.ch.intel.com with ESMTP; 17 Aug 2011 22:39:55 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Wed, 17 Aug 2011 22:39:53 -0700 Message-Id: <4365c4c451b97ed2c03f059f7f28cff17ea054de.1313645920.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 1/1] gdb: remove lttng-ust from DEPENDS for mips X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2011 05:44:49 -0000 Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index df6c70f..5ffbf87 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gdb/" LICENSE="GPLv3+" SECTION = "devel" DEPENDS = "ncurses readline elfutils lttng-ust" +DEPENDS_mips = "ncurses readline elfutils" INC_PR = "r2" -- 1.7.6