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 1Qah91-0005It-0A for openembedded-core@lists.openembedded.org; Sun, 26 Jun 2011 06:40:27 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 25 Jun 2011 21:36:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,427,1304319600"; d="scan'208";a="18643411" Received: from unknown (HELO swold-MOBL.bigsur.com) ([10.255.13.246]) by azsmga001.ch.intel.com with ESMTP; 25 Jun 2011 21:36:44 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Sat, 25 Jun 2011 21:36:42 -0700 Message-Id: <598f1ae9f5b0adee5bf9cfae4fc6bf3522bdfd4f.1309059243.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: References: In-Reply-To: References: Subject: [RFC - Staticdev 2/2] systemtap: add sqlite3 to DEPENDS 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: Sun, 26 Jun 2011 04:40:27 -0000 Signed-off-by: Saul Wold --- meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index aeb87c8..f24c179 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analy LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "elfutils" +DEPENDS = "elfutils sqlite3" SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" PR = "r3" -- 1.7.3.4