aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb')
-rw-r--r--meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
index cb58e9df..23e326bb 100644
--- a/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
+++ b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "An image containing the cirros cloud guest"
DESCRIPTION = "CirrOS a tiny cloud guest"
HOMEPAGE = "https://launchpad.net/cirros"
-LICENSE="GPLv2"
+LICENSE="GPL-2.0-only"
SRC_URI = "http://download.cirros-cloud.net/${PV}/${PN}-${PV}-x86_64-disk.img"
@@ -19,4 +19,4 @@ do_install() {
}
PACKAGES = "cirros-guest-image"
-FILES_cirros-guest-image = "${ROOT_HOME}/images/*"
+FILES:cirros-guest-image = "${ROOT_HOME}/images/*"