[oe-commits] Saul Wold : systemtap: add sqlite3 to DEPENDS

git version control git at git.openembedded.org
Wed Jun 29 13:36:30 UTC 2011


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sat Jun 25 20:15:36 2011 -0700

systemtap: add sqlite3 to DEPENDS

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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"





More information about the Openembedded-commits mailing list