From 113db4261d8af823ea2cfae727b9b239d8b1ecc8 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 22 Sep 2020 20:08:18 -0700 Subject: [PATCH] stx-distributedcloud: remove empty lines from recipes Signed-off-by: Babak Sarashki --- .../distributedcloud-client-dcmanager_git.bb | 1 - .../stx-distributedcloud/distributedcloud_git.bb | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/meta-stx-flock/stx-distributedcloud/distributedcloud-client-dcmanager_git.bb b/meta-stx-flock/stx-distributedcloud/distributedcloud-client-dcmanager_git.bb index fd411c7..a9f2ecd 100644 --- a/meta-stx-flock/stx-distributedcloud/distributedcloud-client-dcmanager_git.bb +++ b/meta-stx-flock/stx-distributedcloud/distributedcloud-client-dcmanager_git.bb @@ -1,4 +1,3 @@ - DESCRIPTION = " \ Client library for Distributed Cloud built on the Distributed Cloud API. \ It provides a command-line tool (dcmanager). \ diff --git a/meta-stx-flock/stx-distributedcloud/distributedcloud_git.bb b/meta-stx-flock/stx-distributedcloud/distributedcloud_git.bb index 3f5f79c..9edf21d 100644 --- a/meta-stx-flock/stx-distributedcloud/distributedcloud_git.bb +++ b/meta-stx-flock/stx-distributedcloud/distributedcloud_git.bb @@ -1,4 +1,3 @@ - DESCRIPTION = "StarlingX distributedcloud packages collection" HOMEPAGE = "https://opendev.org/starlingx" SECTION = "network" @@ -16,17 +15,6 @@ SRC_URI = " \ git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ " -# TODO: -# 1 - Patch service unit files to create the following directories: -# - var/log/dcdbsync -# - var/log/dcmanager -# - var/log/dcorch -# python-jsonschema >= 2.0.0 -# python-keystoneauth1 >= 3.1.0 -# python-pbr >= 1.8 -# python-pecan >= 1.0.0 -# python-routes >= 1.12.3 - PACKAGES += "distributedcloud-dcmanager" PACKAGES += "distributedcloud-dcorch" PACKAGES += "distributedcloud-dcdbsync"