From: Alexander Stein <alexander.stein@systec-electronic.com>
To: Michael Olbrich <m.olbrich@pengutronix.de>
Cc: ptxdist@pengutronix.de,
Alexander Stein <alexander.stein@systec-electronic.com>
Subject: [ptxdist] [PATCH v2] Add new package: dmidecode
Date: Mon, 19 Nov 2012 14:16:44 +0100 [thread overview]
Message-ID: <1353331004-1356-1-git-send-email-alexander.stein@systec-electronic.com> (raw)
In-Reply-To: <20121119123257.GC31900@pengutronix.de>
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
Changes in v2:
* Removed patch
* Set CONF_TOOL to NO
* set MACHINE to i686
rules/dmidecode.in | 7 ++++++
rules/dmidecode.make | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+), 0 deletions(-)
create mode 100644 rules/dmidecode.in
create mode 100644 rules/dmidecode.make
diff --git a/rules/dmidecode.in b/rules/dmidecode.in
new file mode 100644
index 0000000..d4ec1d4
--- /dev/null
+++ b/rules/dmidecode.in
@@ -0,0 +1,7 @@
+## SECTION=shell_and_console
+
+config DMIDECODE
+ tristate
+ prompt "dmidecode"
+ help
+ DMI (Desktop Management Interface) table related utilities
diff --git a/rules/dmidecode.make b/rules/dmidecode.make
new file mode 100644
index 0000000..3f6633c
--- /dev/null
+++ b/rules/dmidecode.make
@@ -0,0 +1,59 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Alexander Stein <alexander.stein@systec-electronic.com>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_DMIDECODE) += dmidecode
+
+#
+# Paths and names
+#
+DMIDECODE_VERSION := 2.11
+DMIDECODE_MD5 := 535487cc041f2db746587cf40a2059f0
+DMIDECODE := dmidecode-$(DMIDECODE_VERSION)
+DMIDECODE_SUFFIX := tar.bz2
+DMIDECODE_URL := http://savannah.nongnu.org/download/dmidecode//$(DMIDECODE).$(DMIDECODE_SUFFIX)
+DMIDECODE_SOURCE := $(SRCDIR)/$(DMIDECODE).$(DMIDECODE_SUFFIX)
+DMIDECODE_DIR := $(BUILDDIR)/$(DMIDECODE)
+DMIDECODE_LICENSE := GPLv2
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+DMIDECODE_CONF_TOOL := NO
+DMIDECODE_MAKE_ENV := $(CROSS_ENV)
+DMIDECODE_MAKEVARS := \
+ prefix=/usr \
+ CC=$(CROSS_CC) \
+ CFLAGS="$(CROSS_CPPFLAGS)" \
+ MACHINE=i686
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/dmidecode.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, dmidecode)
+ @$(call install_fixup, dmidecode,PRIORITY,optional)
+ @$(call install_fixup, dmidecode,SECTION,base)
+ @$(call install_fixup, dmidecode,AUTHOR,"Alexander Stein <alexander.stein@systec-electronic.com>")
+ @$(call install_fixup, dmidecode,DESCRIPTION,missing)
+
+ @$(call install_copy, dmidecode, 0, 0, 0755, -, /usr/sbin/dmidecode)
+
+ @$(call install_finish, dmidecode)
+
+ @$(call touch)
+
+# vim: syntax=make
--
1.7.8.6
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2012-11-19 13:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-12 13:13 [ptxdist] [PATCH] " Alexander Stein
2012-11-19 12:32 ` Michael Olbrich
2012-11-19 13:16 ` Alexander Stein [this message]
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=1353331004-1356-1-git-send-email-alexander.stein@systec-electronic.com \
--to=alexander.stein@systec-electronic.com \
--cc=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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