gnome-common_3.18.0.bb 756 B

123456789101112131415161718192021222324
  1. SUMMARY = "Common macros for building GNOME applications"
  2. HOMEPAGE = "http://www.gnome.org/"
  3. BUGTRACKER = "https://bugzilla.gnome.org/"
  4. LICENSE = "GPLv2+"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  6. SECTION = "x11/gnome"
  7. inherit gnomebase allarch
  8. SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053"
  9. SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf"
  10. EXTRA_AUTORECONF = ""
  11. DEPENDS = ""
  12. # Default to enable autoconf-archive to avoid conflicts
  13. PACKAGECONFIG ??= "autoconf-archive"
  14. PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive"
  15. FILES_${PN} += "${datadir}/aclocal"
  16. FILES_${PN}-dev = ""
  17. BBCLASSEXTEND = "native"