summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
blob: bf25caeb38783645cf955649b1da03b5bb7ccf30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "Phosphor OpenBMC REST framework"
DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon."
HOMEPAGE = "http://github.com/openbmc/rest-dbus"
PR = "r1"

inherit allarch
inherit obmc-phosphor-license
inherit obmc-phosphor-systemd
inherit setuptools

RDEPENDS_${PN} += " \
        python-netserver \
        python-json \
        python-dbus \
        python-xml \
        pyphosphor \
        "

SRC_URI += " \
        git://github.com/openbmc/rest-dbus.git \
        file://rest-dbus.service \
        "

SRCREV = "c693ba1126dcb493058d4ebeb4604b71e3bb3f08"

S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud