summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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