Skip to content

Commit

Permalink
Merge pull request #205 from anoo1/v06
Browse files Browse the repository at this point in the history
Update recipes to pick up IPMI and User management fixes
  • Loading branch information
nkskjames committed Mar 8, 2016
2 parents f6bccfe + 23b4d7a commit d7eea1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -19,7 +19,7 @@ RDEPENDS_${PN} += "settings"
RDEPENDS_${PN} += "network"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"

SRCREV = "a9d9aafbe4375310cb3b5917153d46415a623542"
SRCREV = "b7e01a16951e868b076f3d68ecb0688a5209aa5b"

S = "${WORKDIR}/git"
INSTALL_NAME = "ipmid"
Expand Down
2 changes: 1 addition & 1 deletion meta-phosphor/common/recipes-phosphor/network/network.bb
Expand Up @@ -10,7 +10,7 @@ RDEPENDS_${PN} += "python-dbus python-pygobject"

SRC_URI += "git://github.com/openbmc/phosphor-networkd"

SRCREV = "9f804290dd0bf200a1ba28e107eae55bdb4076da"
SRCREV = "448e8d839d37532d2667b9a38bb3aadb6c804e2e"

S = "${WORKDIR}/git"

Expand Down
Expand Up @@ -11,7 +11,7 @@ RDEPENDS_${PN} += "python-dbus python-pygobject python-pexpect"

SRC_URI += "git://github.com/openbmc/phosphor-networkd"

SRCREV = "cb3613575fd6fb18a7d2f7e7d86e7b6fd75f4269"
SRCREV = "448e8d839d37532d2667b9a38bb3aadb6c804e2e"

S = "${WORKDIR}/git"
INSTALL_NAME = "userman.py"
Expand Down

0 comments on commit d7eea1d

Please sign in to comment.