summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb
deleted file mode 100644
index 2281192fe..000000000
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Wistron OEM commands"
-DESCRIPTION = "Wistron OEM commands"
-HOMEPAGE = "https://github.com/openbmc/wistron-ipmi-oem"
-PR = "r1"
-PV = "0.1+git${SRCPV}"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
-
-inherit autotools pkgconfig
-inherit obmc-phosphor-ipmiprovider-symlink
-
-DEPENDS += "phosphor-ipmi-host"
-DEPENDS += "autoconf-archive-native"
-
-S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/openbmc/wistron-ipmi-oem"
-SRCREV = "44cee319dd113335a7885a1ff63a287dc7706682"
-
-FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
-FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
-FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
-
-HOSTIPMI_PROVIDER_LIBRARY += "libwistronoem.so"