xserver-xorg: remove xorg-minimal-fonts from DEPENDS
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 13 Jun 2011 08:12:19 +0000 (10:12 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:11 +0000 (08:13 -0800)
The xorg-minimal-fonts recipe was a hack to get X working at runtime, so having it in DEPENDS serves no purpose

(From meta-openembedded rev: f0dd3db640255c2af570e37e6ba3a6cb6ae61cdd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg_1.10.2.bb
meta-openembedded/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg_1.9.4.bb
meta-openembedded/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg_git.bb

index 06a97f9..5810d37 100644 (file)
@@ -5,7 +5,7 @@ require xorg-xserver-common.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
 
 DESCRIPTION = "the X.Org X server"
-DEPENDS += "mesa-dri pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
+DEPENDS += "mesa-dri pixman libpciaccess openssl dri2proto glproto font-util-native"
 PE = "2"
 PR = "${INC_PR}.0"
 
index 086ac17..16f21c6 100644 (file)
@@ -4,7 +4,7 @@ DISTRO_XORG_CONFIG_MANAGER_angstrom = "udev"
 require xorg-xserver-common.inc
 
 DESCRIPTION = "the X.Org X server"
-DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
+DEPENDS += "pixman libpciaccess openssl dri2proto glproto font-util-native"
 PE = "2"
 PR = "${INC_PR}.0"
 
index 811c2d6..ee91ae0 100644 (file)
@@ -7,7 +7,7 @@ LICENSE = "MIT-X"
 LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
 
 DESCRIPTION = "the X.Org X server"
-DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
+DEPENDS += "pixman libpciaccess openssl dri2proto glproto font-util-native"
 PV = "1.10.1"
 PR = "${INC_PR}.0"
 PR_append = "+gitr${SRCPV}"