Add recipe for phosphor-u-boot-mgr

This repo has been around for a while, but I didn't realize
the recipe was not in meta-phosphor. This should fix that.

Change-Id: I44004e9af70d4843da2438bf5a2a7b839bcdfbdb
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/meta-phosphor/recipes-phosphor/phosphor-u-boot-mgr/phosphor-u-boot-mgr_git.bb b/meta-phosphor/recipes-phosphor/phosphor-u-boot-mgr/phosphor-u-boot-mgr_git.bb
new file mode 100644
index 0000000..43ed865
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/phosphor-u-boot-mgr/phosphor-u-boot-mgr_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Phosphor U-Boot environment manager"
+DESCRIPTION = "Daemon to read or write U-Boot environment variables"
+
+PV = "1.0+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI = "git://github.com/openbmc/phosphor-u-boot-env-mgr.git;branch=master;protocol=https"
+
+SRCREV = "516faacd7f8d224f15cc041cc486290b43cf4911"
+
+inherit meson systemd pkgconfig
+SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.U_Boot.Environment.Manager.service"
+
+DEPENDS = "boost sdbusplus phosphor-logging"