[OE-core] [[PATCH 2/5] twm: move from meta-oe to core.

Armin Kuster akuster808 at gmail.com
Mon Dec 22 04:54:58 UTC 2014


core "xinit" package has a dependency to twm so
move it from meta-oe to core.

core image "core-image-x11" includes xinit.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-graphics/xorg-app/twm_1.0.8.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta/recipes-graphics/xorg-app/twm_1.0.8.bb

diff --git a/meta/recipes-graphics/xorg-app/twm_1.0.8.bb b/meta/recipes-graphics/xorg-app/twm_1.0.8.bb
new file mode 100644
index 0000000..cc8808b
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/twm_1.0.8.bb
@@ -0,0 +1,20 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+SUMMARY = "tiny window manager"
+DEPENDS += " libxext libxt libxmu bison-native"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
+
+# depends on virtual/libx11
+REQUIRED_DISTRO_FEATURES = "x11"
+
+SRC_URI[md5sum] = "4b28317d4a9f7ca61bef8462e132bd4c"
+SRC_URI[sha256sum] = "7660352353d632127ff50390991706aa660b28a4ada816c2582ac02720722e44"
+
+inherit distro_features_check
+
+FILES_${PN} += "${datadir}/X11/twm/system.twmrc"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/twm"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "1"
-- 
1.9.1




More information about the Openembedded-core mailing list