public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [[PATCH 3/5] libxaw: move from meta-oe to core.
Date: Sun, 21 Dec 2014 20:54:59 -0800	[thread overview]
Message-ID: <1419224101-24900-4-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1419224101-24900-1-git-send-email-akuster808@gmail.com>

xinit, xterm and xclock depend on libxaw so move to to core too.

add x11 to required DISTRO_FEATURES check

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 33 +++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 meta/recipes-graphics/xorg-lib/libxaw_1.0.10.bb

diff --git a/meta/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
new file mode 100644
index 0000000..807717c
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
@@ -0,0 +1,33 @@
+require recipes-graphics/xorg-lib/xorg-lib-common.inc
+SUMMARY = "X Athena Widget Set"
+DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxau xmlto-native"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
+
+# depends on virtual/libx11
+REQUIRED_DISTRO_FEATURES = "x11"
+
+PE = "1"
+PR = "r2"
+
+SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b"
+SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd"
+
+do_install_append () {
+    ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
+    ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7
+    ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so
+}
+
+inherit distro_features_check
+
+PACKAGES =+ "libxaw6 libxaw7 libxaw8"
+
+FILES_libxaw6 = "${libdir}/libXaw*.so.6*"
+FILES_libxaw7 = "${libdir}/libXaw*.so.7*"
+FILES_libxaw8 = "${libdir}/libXaw8.so.8*"
+
+# Avoid dependency on libxaw as it is not build
+RDEPENDS_${PN}-dev = ""
+
+XORG_PN = "libXaw"
-- 
1.9.1



  parent reply	other threads:[~2014-12-22  4:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-22  4:54 [PATCH 0/5] [RFC] Move packages from meta-oe to core for X11 Armin Kuster
2014-12-22  4:54 ` [[PATCH 1/5] xclock: move from meta-oe to core Armin Kuster
2014-12-22  4:54 ` [[PATCH 2/5] twm: " Armin Kuster
2014-12-22  4:54 ` Armin Kuster [this message]
2014-12-22  4:55 ` [[PATCH 4/5] xterm: " Armin Kuster
2014-12-22  4:55 ` [[PATCH 5/5] xinit: fix depends issue Armin Kuster
2014-12-22 14:48 ` [PATCH 0/5] [RFC] Move packages from meta-oe to core for X11 Burton, Ross
2014-12-23  2:14   ` akuster
2014-12-23 15:59   ` akuster808
2014-12-31 13:35     ` Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1419224101-24900-4-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox