Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libump: new package
@ 2015-06-26  8:13 Francois Perrad
  2015-06-26  8:13 ` [Buildroot] [PATCH 2/2] sunxi-mali: bump version Francois Perrad
  2015-06-28 13:25 ` [Buildroot] [PATCH 1/2] libump: new package Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2015-06-26  8:13 UTC (permalink / raw)
  To: buildroot

previously, this library was a part of sunxi-mali

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/Config.in        |  1 +
 package/libump/Config.in |  9 +++++++++
 package/libump/libump.mk | 13 +++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 package/libump/Config.in
 create mode 100644 package/libump/libump.mk

diff --git a/package/Config.in b/package/Config.in
index fac632f..025b4e2 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -367,6 +367,7 @@ endif
 	source "package/iucode-tool/Config.in"
 	source "package/kbd/Config.in"
 	source "package/lcdproc/Config.in"
+	source "package/libump/Config.in"
 	source "package/lirc-tools/Config.in"
 	source "package/lm-sensors/Config.in"
 	source "package/lshw/Config.in"
diff --git a/package/libump/Config.in b/package/libump/Config.in
new file mode 100644
index 0000000..859caa6
--- /dev/null
+++ b/package/libump/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBUMP
+	bool "libump"
+	depends on BR2_TOOLCHAIN_USES_GLIBC
+	depends on BR2_arm
+	help
+	  The ARMs Universal Memory Provider userspace library.
+	  This library is a requirement for ARMs binary Mali driver.
+
+	  http://github.com/linux-sunxi/libump
diff --git a/package/libump/libump.mk b/package/libump/libump.mk
new file mode 100644
index 0000000..65012ff
--- /dev/null
+++ b/package/libump/libump.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# libump
+#
+################################################################################
+
+LIBUMP_VERSION = ec0680628744f30b8fac35e41a7bd8e23e59c39f
+LIBUMP_SITE = $(call github,linux-sunxi,libump,$(LIBUMP_VERSION))
+LIBUMP_LICENSE = Apache-2.0
+LIBUMP_AUTORECONF = YES
+LIBUMP_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-28 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26  8:13 [Buildroot] [PATCH 1/2] libump: new package Francois Perrad
2015-06-26  8:13 ` [Buildroot] [PATCH 2/2] sunxi-mali: bump version Francois Perrad
2015-06-28 13:25 ` [Buildroot] [PATCH 1/2] libump: new package Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox