blob: daa6a5cd731da7ab3a7b07595b65d32472283942 [file] [log] [blame]
Brad Bishop0a81db02016-08-30 00:46:40 -04001SUMMARY = "Phosphor Rocket startup script"
2DESCRIPTION = "Phosphor Rocket startup script."
Brad Bishop0a81db02016-08-30 00:46:40 -04003PR = "r1"
Brad Bishop0a81db02016-08-30 00:46:40 -04004
5inherit allarch
6inherit setuptools
7inherit obmc-phosphor-systemd
8
Patrick Williams969c16d2017-03-01 21:25:36 -06009require phosphor-rest.inc
10
Brad Bishop0a81db02016-08-30 00:46:40 -040011PROVIDES += "virtual/obmc-wsgihost"
12RPROVIDES_${PN} += "virtual-obmc-wsgihost"
13
14RDEPENDS_${PN} += " \
15 python-rocket \
16 "
Brad Bishop0a81db02016-08-30 00:46:40 -040017
18S = "${WORKDIR}/git/servers/rocket"