
- Change License from Apache2 to MIT. - Remove Copyright from individual recipes - Move License to README.md - Add meta-stx Copyright to README.md Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
|
|
SRC_URI = "\
|
|
git://github.com/openstack/python-keystoneclient.git;branch=stable/rocky \
|
|
"
|
|
|
|
PV = "3.17.0+git${SRCPV}"
|
|
SRCREV = "234ea50d5dfa3c6b71c15d32223a2ddf84c1aa1e"
|
|
DEPENDS += " \
|
|
python-pip \
|
|
python-pbr \
|
|
"
|
|
|
|
RDEPENDS_${PN}_append = " \
|
|
python-keystone \
|
|
keystone-setup \
|
|
keystone-cronjobs \
|
|
keystone \
|
|
"
|