| Submitter | Saul Wold |
|---|---|
| Date | June 29, 2011, 12:04 a.m. |
| Message ID | <4E0A6BF8.3040409@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/6629/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) PR = "r3"