dmidecode_3.3.bb 766 B

1234567891011121314151617181920212223
  1. SUMMARY = "DMI (Desktop Management Interface) table related utilities"
  2. HOMEPAGE = "http://www.nongnu.org/dmidecode/"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  5. SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/dmidecode/${BP}.tar.xz \
  6. file://0001-Committing-changes-from-do_unpack_extra.patch \
  7. "
  8. COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux"
  9. EXTRA_OEMAKE = "-e MAKEFLAGS="
  10. # The upstream buildsystem uses 'docdir' as the path where it puts AUTHORS,
  11. # README, etc, but we don't want those in the root of our docdir.
  12. docdir .= "/${BPN}"
  13. do_install() {
  14. oe_runmake DESTDIR="${D}" install
  15. }
  16. SRC_URI[sha256sum] = "82c737a780614c38a783e8055340d295e332fb12c7f418b5d21a0797d3fb1455"