summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb')
-rw-r--r--import-layers/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/import-layers/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
deleted file mode 100644
index 9bcd1b2fa..000000000
--- a/import-layers/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "Xorg minimal fonts data"
-DESCRIPTION = "Minimal fonts required by X.org."
-HOMEPAGE = "http://www.x.org"
-
-SECTION = "x11/fonts"
-
-LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \
- file://../misc/cursor.pcf.gz;md5=40bc81001fef4c21ca08df4305014a2a"
-
-SRC_URI = "file://misc"
-
-PE = "1"
-PR = "r2"
-
-inherit allarch distro_features_check
-
-# The font-alias requires x11 in DISTRO_FEATURES
-REQUIRED_DISTRO_FEATURES = "x11"
-
-S = "${WORKDIR}/misc"
-
-PACKAGES = "${PN}"
-FILES_${PN} = "${libdir}/X11/ ${datadir}/fonts/X11/"
-RDEPENDS_${PN} += "font-alias"
-
-do_install() {
- install -d ${D}/${datadir}/fonts/X11/misc
- install -m 0644 ${S}/* ${D}/${datadir}/fonts/X11/misc/
- install -d ${D}/${libdir}/X11
- ln -sf ${datadir}/fonts/X11/ ${D}/${libdir}/X11/fonts -s
-}
OpenPOWER on IntegriCloud