Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Created June 2, 2016 14:08
Show Gist options
  • Save leon-anavi/63a21a08e26418eb99e9362af9866d77 to your computer and use it in GitHub Desktop.
Save leon-anavi/63a21a08e26418eb99e9362af9866d77 to your computer and use it in GitHub Desktop.
OSTree
SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
SRC_URI = "git://git.gnome.org/ostree;tag=v2012.6"
S = "${WORKDIR}/git"
DEPENDS += "attr libarchive glib-2.0 pkgconfig"
RDEPENDS_${PN} = "python"
inherit autotools
EXTRA_OECONF = "--without-soup-gnome --with-libarchive --disable-documentation --disable-gtk_doc"
FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"
BBCLASSEXTEND = "native"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment