summaryrefslogtreecommitdiff
path: root/gnomeos/yocto/recipies-core/ostree-init/ostree-init.bb
blob: 0c9056d59398851e14e62baefdea28ae92903f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Root switcher"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = "file://ostree-init.c \
	   file://Makefile.in \
	   file://configure \
	   file://COPYING"

S = "${WORKDIR}"

inherit autotools