diff options
author | Evan Doiron <edoiron@cbnco.com> | 2009-08-24 10:55:08 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-24 17:24:56 -0400 |
commit | 48c52b45a0296f3cb4c7fda41c259313664521ef (patch) | |
tree | d27f64b33b6f6bfbd9e055243ad4dbee05d02b0e /recipes | |
parent | 97cd9822750689a733b07b01b21acf93f3877e33 (diff) |
dmidecode: add v2.10
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dmidecode/dmidecode_2.10.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/dmidecode/dmidecode_2.10.bb b/recipes/dmidecode/dmidecode_2.10.bb new file mode 100644 index 0000000000..d3a646dfd1 --- /dev/null +++ b/recipes/dmidecode/dmidecode_2.10.bb @@ -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 +} |