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)
downloadpoky-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 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
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4 4
5DEPENDS = "elfutils" 5DEPENDS = "elfutils sqlite3"
6 6
7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" 7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8"
8PR = "r3" 8PR = "r3"