| Submitter | Saul Wold |
|---|---|
| Date | June 26, 2011, 4:36 a.m. |
| Message ID | <598f1ae9f5b0adee5bf9cfae4fc6bf3522bdfd4f.1309059243.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/6517/ |
| State | New, archived |
| Headers | show |
Comments
On Sat, 2011-06-25 at 21:36 -0700, Saul Wold wrote: > -DEPENDS = "elfutils" > +DEPENDS = "elfutils sqlite3" No doubt this is a fine change but I didn't quite understand what it has to do with staticdev. Was this meant to be a separate patchset? p.
On 06/27/2011 02:57 AM, Phil Blundell wrote: > On Sat, 2011-06-25 at 21:36 -0700, Saul Wold wrote: >> -DEPENDS = "elfutils" >> +DEPENDS = "elfutils sqlite3" > > No doubt this is a fine change but I didn't quite understand what it has > to do with staticdev. Was this meant to be a separate patchset? > Well yes it not directly related to staticdev, other than I found it, it is a seperate pull within the patch request, I can break this into 2 requests if needed. Sau! > p. > > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
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" PR = "r3"
Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)