util-linux-libuuid_2.41.bb 728 B

123456789101112131415161718192021
  1. # To allow util-linux to optionally build-depend on cryptsetup, libuuid is
  2. # split out of the main recipe, as it's needed by cryptsetup
  3. require util-linux.inc
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \
  6. file://Documentation/licenses/COPYING.BSD-3-Clause;md5=58dcd8452651fc8b07d1f65ce07ca8af"
  7. inherit autotools gettext pkgconfig
  8. S = "${UNPACKDIR}/util-linux-${PV}"
  9. EXTRA_AUTORECONF += "--exclude=gtkdocize"
  10. EXTRA_OECONF += "--disable-all-programs --enable-libuuid"
  11. do_install:append() {
  12. rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin
  13. }
  14. BBCLASSEXTEND = "native nativesdk"