[oe-commits] Paul Menzel : systemd: remove `gtk+` from `DEPENDS`

git version control git at git.openembedded.org
Fri May 6 21:44:30 UTC 2011


Module: openembedded.git
Branch: master
Commit: b8f1b8e7c876d6171839dfee6e48a2b73df54002
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b8f1b8e7c876d6171839dfee6e48a2b73df54002

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri May  6 17:28:24 2011 +0200

systemd: remove `gtk+` from `DEPENDS`

This is a fix up for commit 1f14659d [1]

	commit 1f14659d5e01f1896ed8899900d2d10745993eea
	Author: Koen Kooi <koen at openembedded.org>
	Date:   Mon May 2 10:22:10 2011 +0200

		  systemd: update to v26

		  Signed-off-by: Koen Kooi <koen at 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 at users.sourceforge.net>

---

 recipes/systemd/systemd_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index 863ca3a..9aa3994 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"
 





More information about the Openembedded-commits mailing list