From patchwork Fri Oct 26 13:37:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] babeltrace: fix depends Date: Fri, 26 Oct 2012 13:37:25 -0000 From: ml@communistcode.co.uk X-Patchwork-Id: 38599 Message-Id: <1351258645-14649-4-git-send-email-ml@communistcode.co.uk> To: openembedded-core@lists.openembedded.org Cc: Jack Mitchell From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb index 95d65f5..fb2d799 100644 --- a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb +++ b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8d1a03b3c17bdd158b3cbb34813b1423" inherit autotools -DEPENDS = "gtk+ util-linux" +DEPENDS = "glib-2.0 util-linux popt" SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4" PV = "0.12+git${SRCPV}"