Created
June 2, 2016 14:08
-
-
Save leon-anavi/63a21a08e26418eb99e9362af9866d77 to your computer and use it in GitHub Desktop.
OSTree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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