stx-distributedcloud: remove empty lines from recipes

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Babak Sarashki 2020-09-22 20:08:18 -07:00
parent b36f0ecb33
commit 113db4261d
2 changed files with 0 additions and 13 deletions

View File

@ -1,4 +1,3 @@
DESCRIPTION = " \
Client library for Distributed Cloud built on the Distributed Cloud API. \
It provides a command-line tool (dcmanager). \

View File

@ -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"