aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/systemd
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-05-06 17:28:24 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-05-06 23:42:39 +0200
commitb8f1b8e7c876d6171839dfee6e48a2b73df54002 (patch)
treecfdb4ac324f4f1407638d9f997161927b84c8836 /recipes/systemd
parent8f6422e080e9d746ecf36d7d1a5322c533019d31 (diff)
downloadopenembedded-b8f1b8e7c876d6171839dfee6e48a2b73df54002.tar.gz
systemd: remove `gtk+` from `DEPENDS`
This is a fix up for commit 1f14659d [1] commit 1f14659d5e01f1896ed8899900d2d10745993eea Author: Koen Kooi <koen@openembedded.org> Date: Mon May 2 10:22:10 2011 +0200 systemd: update to v26 Signed-off-by: Koen Kooi <koen@openembedded.org> which disables building of the GTK+ tools by adding `--disable-gtk` to `EXTRA_OECONF`. Although mentioned in the patch review [2] it was forgotten. This change is build tested using `angstrom-2010.x` for `MACHINE = "beagleboard"`. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1f14659d5e01f1896ed8899900d2d10745993eea [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-May/032302.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'recipes/systemd')
-rw-r--r--recipes/systemd/systemd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index 863ca3a2a1..9aa399423a 100644
--- a/recipes/systemd/systemd_git.bb
+++ b/recipes/systemd/systemd_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "readline udev dbus libcap2 libcgroup gtk+"
+DEPENDS = "readline udev dbus libcap2 libcgroup"
PRIORITY = "optional"
SECTION = "base/shell"