dmidecode: add v2.10
authorEvan Doiron <edoiron@cbnco.com>
Mon, 24 Aug 2009 14:55:08 +0000 (10:55 -0400)
committerMichael Smith <msmith@cbnco.com>
Mon, 24 Aug 2009 21:24:56 +0000 (17:24 -0400)
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
conf/checksums.ini
recipes/dmidecode/dmidecode_2.10.bb [new file with mode: 0644]

index 6104853..c67f91a 100644 (file)
@@ -4982,6 +4982,10 @@ sha256=f1a6dea51be9798903a0543fb50f463b0594b1f11b897bc50e40825fb7527c61
 md5=f92e5606c23a8092f3d5694e8d1c932e
 sha256=d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a
 
+[http://savannah.nongnu.org/download/dmidecode/dmidecode-2.10.tar.bz2]
+md5=3c9c4d55a40b78600f3b43bfa64616f9
+sha256=4d74a3e93353320317a424816f9a045df06d9ed4b5b80881e16fdfcc74c9e2c0
+
 [http://savannah.nongnu.org/download/dmidecode/dmidecode-2.9.tar.bz2]
 md5=3dac4b1817012ffebd78671473d8f56c
 sha256=888eb2c25bdcef5ee34c38cd5cb0f491d7dd82029dc0f4ae96183a0088a5e015
diff --git a/recipes/dmidecode/dmidecode_2.10.bb b/recipes/dmidecode/dmidecode_2.10.bb
new file mode 100644 (file)
index 0000000..d3a646d
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "DMI (Desktop Management Interface) table related utilities"
+HOMEPAGE = "http://www.nongnu.org/dmidecode/"
+LICENSE = "GPLv2"
+PR = "r0"
+
+SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
+
+COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
+
+do_install() {
+       oe_runmake DESTDIR="${D}" install
+}