aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-sota/ostree/ostree_git.bb
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-07-05 16:34:38 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-07-07 13:20:43 +0000
commit8ea14650a15df9c67fa584df3c39e30b53c8f249 (patch)
tree68f145943d6218c8153316c6b273c995fc71b0b5 /meta-agl/recipes-sota/ostree/ostree_git.bb
parent24c89f22961bab9a995ab9c18881a3109a1c8109 (diff)
meta-agl: recipes-sota moved to meta-agl-extra, activated with new feature 'agl-sota'
Change-Id: Icd51138b41901bfd5f4f242e368700e92915b1cd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-agl/recipes-sota/ostree/ostree_git.bb')
-rw-r--r--meta-agl/recipes-sota/ostree/ostree_git.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-agl/recipes-sota/ostree/ostree_git.bb b/meta-agl/recipes-sota/ostree/ostree_git.bb
deleted file mode 100644
index 9009685d4..000000000
--- a/meta-agl/recipes-sota/ostree/ostree_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
-
-SRC_URI = "gitsm://git.gnome.org/ostree.git;branch=master"
-SRCREV="${AUTOREV}"
-
-S = "${WORKDIR}/git"
-
-DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4"
-
-RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma"
-
-inherit autotools-brokensep
-
-EXTRA_OECONF = "--with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man"
-
-FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"
-
-BBCLASSEXTEND = "native"
-
-do_configure() {
- NOCONFIGURE=true ./autogen.sh
- oe_runconf
-}