summaryrefslogtreecommitdiffstats
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:46:52 +0100
commit8064c6329051f822bd689f244e2326213bb7602e (patch)
tree32f697212bd53cddd5c1ee595a5c37abca40975c /meta/recipes-kernel/systemtap
parent6f0e589b29b1b02e71b4af0011c5b0d06a5bfc57 (diff)
downloadast2050-yocto-poky-8064c6329051f822bd689f244e2326213bb7602e.zip
ast2050-yocto-poky-8064c6329051f822bd689f244e2326213bb7602e.tar.gz
systemtap: add sqlite3 to DEPENDS
(From OE-Core rev: 2d16b471080bb22989e9582a430d10e2838f9334) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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"
OpenPOWER on IntegriCloud