aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-06-25 20:15:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 14:33:37 +0100
commit2d16b471080bb22989e9582a430d10e2838f9334 (patch)
tree0816b20fd737a0ba7de166597a9ada06fe4034a8 /meta/recipes-kernel/systemtap
parent477ede7472db0bacd5daacb96e97f849d1be84ee (diff)
downloadopenembedded-core-contrib-2d16b471080bb22989e9582a430d10e2838f9334.tar.gz
systemtap: add sqlite3 to DEPENDS
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
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 aeb87c82f0..f24c179b69 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"