All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH openbmc 0/2] Add shared library versioning for host-ipmid-fru
@ 2016-06-14 15:20 OpenBMC Patches
  2016-06-14 15:20 ` [PATCH openbmc 1/2] Whitespace fixes for host-ipmid-fru recipe OpenBMC Patches
  2016-06-14 15:20 ` [PATCH openbmc 2/2] Bump host-ipmid version OpenBMC Patches
  0 siblings, 2 replies; 3+ messages in thread
From: OpenBMC Patches @ 2016-06-14 15:20 UTC (permalink / raw)
  To: openbmc

OE packaging works best with libraries with proper versioning.  This patchest picks up a change in host-ipmid-fru that enables versioning.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/openbmc/326)
<!-- Reviewable:end -->


https://github.com/openbmc/openbmc/pull/326

Brad Bishop (2):
  Whitespace fixes for host-ipmid-fru recipe
  Bump host-ipmid version

 .../recipes-phosphor/host-ipmid/host-ipmid-fru.bb   | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

-- 
2.8.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH openbmc 1/2] Whitespace fixes for host-ipmid-fru recipe
  2016-06-14 15:20 [PATCH openbmc 0/2] Add shared library versioning for host-ipmid-fru OpenBMC Patches
@ 2016-06-14 15:20 ` OpenBMC Patches
  2016-06-14 15:20 ` [PATCH openbmc 2/2] Bump host-ipmid version OpenBMC Patches
  1 sibling, 0 replies; 3+ messages in thread
From: OpenBMC Patches @ 2016-06-14 15:20 UTC (permalink / raw)
  To: openbmc; +Cc: Brad Bishop

From: Brad Bishop <bradleyb@fuzziesquirrel.com>

No functional changes.
Replace tab with spaces.
Removed dead code.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
---
 .../common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb   | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
index 47a8a34..00a652f 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
@@ -7,10 +7,10 @@ RRECOMMENDS_${PN} = "virtual/obmc-phosphor-host-ipmi-hw"
 
 inherit obmc-phosphor-license
 
-DEPENDS += "systemd    \
-		 	host-ipmid \
-		 	"
-
+DEPENDS += " \
+        systemd \
+        host-ipmid \
+        "
 
 RDEPENDS_${PN} += "libsystemd"
 
@@ -26,9 +26,5 @@ FILES_${PN}-dbg += "${libdir}/host-ipmid/.debug"
 S = "${WORKDIR}/git"
 
 do_install() {
-	oe_runmake install DESTDIR=${D} LIBDIR=${libdir} BINDIR=${sbindir}
+        oe_runmake install DESTDIR=${D} LIBDIR=${libdir} BINDIR=${sbindir}
 }
-
-
-#        install -m 0755 -d ${D}${libdir}/host-ipmid
-#        install -m 0755 ${S}/*.so ${D}${libdir}/host-ipmid/
-- 
2.8.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH openbmc 2/2] Bump host-ipmid version
  2016-06-14 15:20 [PATCH openbmc 0/2] Add shared library versioning for host-ipmid-fru OpenBMC Patches
  2016-06-14 15:20 ` [PATCH openbmc 1/2] Whitespace fixes for host-ipmid-fru recipe OpenBMC Patches
@ 2016-06-14 15:20 ` OpenBMC Patches
  1 sibling, 0 replies; 3+ messages in thread
From: OpenBMC Patches @ 2016-06-14 15:20 UTC (permalink / raw)
  To: openbmc; +Cc: Brad Bishop

From: Brad Bishop <bradleyb@fuzziesquirrel.com>

This picks up a host-ipmid update that addresses a bitbake
warning message about missing runtime shared library dependencies.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
---
 meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
index 00a652f..41435b7 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
@@ -18,10 +18,11 @@ TARGET_CFLAGS += " -fpic -std=gnu++14"
 
 SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
 
-SRCREV = "2f5a3cfd2412c7e10d128a856ad2c37c8a1b4a10"
+SRCREV = "bf9385f56f715426ff2ac3a1d77af6b6d1575fe1"
 
-FILES_${PN} += "${libdir}/host-ipmid/*.so"
-FILES_${PN}-dbg += "${libdir}/host-ipmid/.debug"
+FILES_SOLIBSDEV += "${libdir}/host-ipmid/lib*${SOLIBSDEV}"
+FILES_${PN} += "${libdir}/host-ipmid/lib*${SOLIBS}"
+FILES_${PN}-dbg += "${libdir}/host-ipmid/.debug/lib*${SOLIBS}"
 
 S = "${WORKDIR}/git"
 
-- 
2.8.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-14 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-14 15:20 [PATCH openbmc 0/2] Add shared library versioning for host-ipmid-fru OpenBMC Patches
2016-06-14 15:20 ` [PATCH openbmc 1/2] Whitespace fixes for host-ipmid-fru recipe OpenBMC Patches
2016-06-14 15:20 ` [PATCH openbmc 2/2] Bump host-ipmid version OpenBMC Patches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.