From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] Add libatomic_ops 1.2 needed by libdrm Intel support
Date: Wed, 14 Apr 2010 15:30:52 +0300 [thread overview]
Message-ID: <20100414123052.17586.33962.stgit@localhost.localdomain> (raw)
In-Reply-To: <20100414122805.17586.64124.stgit@localhost.localdomain>
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
package/Config.in | 1 +
package/libatomic_ops/Config.in | 4 ++++
package/libatomic_ops/libatomic_ops.mk | 12 ++++++++++++
3 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 package/libatomic_ops/Config.in
create mode 100644 package/libatomic_ops/libatomic_ops.mk
diff --git a/package/Config.in b/package/Config.in
index 2501903..25cfdb9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -300,6 +300,7 @@ source "package/libupnp/Config.in"
endmenu
menu "Other"
+source "package/libatomic_ops/Config.in"
source "package/libcap/Config.in"
source "package/libdaemon/Config.in"
source "package/libelf/Config.in"
diff --git a/package/libatomic_ops/Config.in b/package/libatomic_ops/Config.in
new file mode 100644
index 0000000..b9f14d1
--- /dev/null
+++ b/package/libatomic_ops/Config.in
@@ -0,0 +1,4 @@
+config BR2_PACKAGE_LIBATOMIC_OPS
+ bool "libatomic_ops"
+ help
+ Atomic operations library
diff --git a/package/libatomic_ops/libatomic_ops.mk b/package/libatomic_ops/libatomic_ops.mk
new file mode 100644
index 0000000..f26a5fa
--- /dev/null
+++ b/package/libatomic_ops/libatomic_ops.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# Atomic_ops library
+#
+#############################################################
+
+LIBATOMIC_OPS_VERSION = 1.2
+LIBATOMIC_OPS_SOURCE = libatomic_ops-$(LIBATOMIC_OPS_VERSION).tar.gz
+LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/research/linux/atomic_ops/download
+LIBATOMIC_OPS_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS,package,libatomic_ops))
next prev parent reply other threads:[~2010-04-14 12:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-14 12:30 [Buildroot] [PATCH 0/2] Couple fixes for X11 Intel driver compilation Paulius Zaleckas
2010-04-14 12:30 ` Paulius Zaleckas [this message]
2010-04-14 12:31 ` [Buildroot] [PATCH 2/2] libdrm: enable/disable features according to driver selection Paulius Zaleckas
2010-04-14 15:05 ` [Buildroot] [PATCH 0/2] Couple fixes for X11 Intel driver compilation Peter Korsgaard
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=20100414123052.17586.33962.stgit@localhost.localdomain \
--to=paulius.zaleckas@gmail.com \
--cc=buildroot@busybox.net \
/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