summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-23 08:59:23 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-26 07:52:19 -0400
commit7888261f162d7f64863104e69cc84e03cc2d3a5d (patch)
tree195200dd0bd3e667538fb95ce44518e05eecb3e1 /meta-phosphor/recipes-phosphor
parenta3cedd3aa9f335dc6352c61bf547ae285408d0fb (diff)
downloadtalos-openbmc-7888261f162d7f64863104e69cc84e03cc2d3a5d.tar.gz
talos-openbmc-7888261f162d7f64863104e69cc84e03cc2d3a5d.zip
meta-phosphor: skeleton: obmc-libobmc-intf: drop symlink
Drop symlink and rename bb for obmc-libobmc-intf. (From meta-phosphor rev: 9115011fcfd34a835360b3a53af219d10aca0405) Change-Id: I98d9b61c15fac4f7c19ff3a06dd634ef8006a29c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf.bb21
-rw-r--r--[l---------]meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb23
2 files changed, 22 insertions, 22 deletions
diff --git a/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf.bb b/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf.bb
deleted file mode 100644
index b02b83234..000000000
--- a/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "OpenBMC gdbus library"
-DESCRIPTION = "libopenbmc_intf provides a set of gpio access \
-methods and the GDBUS skeleton code for the org.openbmc DBUS API."
-PR = "r1"
-
-inherit skeleton
-inherit pkgconfig
-
-DEPENDS += "glib-2.0"
-DEPENDS += "cjson"
-
-SKELETON_DIR = "libopenbmc_intf"
-
-SRC_URI += "file://gpio_defs.json"
-
-do_install() {
- oe_runmake install DESTDIR=${D}
-
- install -d ${D}${sysconfdir}/default/obmc/gpio/
- install -m 0644 ${WORKDIR}/gpio_defs.json ${D}/${sysconfdir}/default/obmc/gpio/
-}
diff --git a/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb b/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb
index 85b134a89..59692ecb8 120000..100644
--- a/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb
+++ b/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb
@@ -1 +1,22 @@
-obmc-libobmc-intf.bb \ No newline at end of file
+SUMMARY = "OpenBMC gdbus library"
+DESCRIPTION = "libopenbmc_intf provides a set of gpio access \
+methods and the GDBUS skeleton code for the org.openbmc DBUS API."
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+inherit skeleton
+inherit pkgconfig
+
+DEPENDS += "glib-2.0"
+DEPENDS += "cjson"
+
+SKELETON_DIR = "libopenbmc_intf"
+
+SRC_URI += "file://gpio_defs.json"
+
+do_install() {
+ oe_runmake install DESTDIR=${D}
+
+ install -d ${D}${sysconfdir}/default/obmc/gpio/
+ install -m 0644 ${WORKDIR}/gpio_defs.json ${D}/${sysconfdir}/default/obmc/gpio/
+}
OpenPOWER on IntegriCloud