diff options
| author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-05 16:31:07 +0000 |
|---|---|---|
| committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-05 20:52:56 +0000 |
| commit | b221d79a1d412e5b3c806d229749c12f898c522e (patch) | |
| tree | 4cc167d3a43789dd41743d741562a55d3899d6e7 /recipes-sota/ostree | |
| download | meta-updater-b221d79a1d412e5b3c806d229749c12f898c522e.tar.gz | |
added meta-sota, enabled by feature 'agl-sota'
Change-Id: I27100c94abdbd83f8514778c017f2d5e08b22e41
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'recipes-sota/ostree')
| -rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb new file mode 100644 index 0000000..9009685 --- /dev/null +++ b/recipes-sota/ostree/ostree_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 4 | |||
| 5 | SRC_URI = "gitsm://git.gnome.org/ostree.git;branch=master" | ||
| 6 | SRCREV="${AUTOREV}" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" | ||
| 13 | |||
| 14 | inherit autotools-brokensep | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" | ||
| 17 | |||
| 18 | FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native" | ||
| 21 | |||
| 22 | do_configure() { | ||
| 23 | NOCONFIGURE=true ./autogen.sh | ||
| 24 | oe_runconf | ||
| 25 | } | ||
