All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] bdwgc: upgrade 7.6.10 -> 7.6.12
@ 2019-03-05  4:59 Khem Raj
  2019-03-05  4:59 ` [meta-multimedia][PATCH] dvb-apps: Disable static libraries Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2019-03-05  4:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Ivan Maidanski

From: Ivan Maidanski <ivmai@mail.ru>

Highlights of this upgrade:
* Fix 'unexpected mark stack overflow' abort
* Fix executable memory allocation

See the following for detailed changes:
* https://github.com/ivmai/bdwgc/releases/tag/v7.6.12

Signed-off-by: Ivan Maidanski <ivmai@mail.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-support/bdwgc/{bdwgc_7.6.10.bb => bdwgc_7.6.12.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/bdwgc/{bdwgc_7.6.10.bb => bdwgc_7.6.12.bb} (96%)

diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_7.6.10.bb b/meta-oe/recipes-support/bdwgc/bdwgc_7.6.12.bb
similarity index 96%
rename from meta-oe/recipes-support/bdwgc/bdwgc_7.6.10.bb
rename to meta-oe/recipes-support/bdwgc/bdwgc_7.6.12.bb
index fdf3d6c16d..b1c1099bb8 100644
--- a/meta-oe/recipes-support/bdwgc/bdwgc_7.6.10.bb
+++ b/meta-oe/recipes-support/bdwgc/bdwgc_7.6.12.bb
@@ -21,7 +21,7 @@ SECTION = "devel"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://README.QUICK;md5=728501f233050290314d33fb07d883eb"
 
-SRCREV = "cef9cbed83f2b5101d4e65ca0f158600d26cbd34"
+SRCREV = "a46546f40d18e60c31077c2e7c8bb4e44bf1bef1"
 SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-7_6 \
           "
 
-- 
2.21.0



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

* [meta-multimedia][PATCH] dvb-apps: Disable static libraries
  2019-03-05  4:59 [meta-oe][PATCH] bdwgc: upgrade 7.6.10 -> 7.6.12 Khem Raj
@ 2019-03-05  4:59 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-03-05  4:59 UTC (permalink / raw)
  To: openembedded-devel

It can be undesired linking to a static library
especially when static linking it disabled globally
so lets disable it always here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb b/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb
index edfd164478..ff9eabbb50 100644
--- a/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb
+++ b/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb
@@ -19,6 +19,8 @@ S = "${WORKDIR}/${BPN}"
 
 inherit perlnative
 
+export enable_static="no"
+
 do_configure() {
     sed -i -e s:/usr/include:${STAGING_INCDIR}:g util/av7110_loadkeys/generate-keynames.sh
 }
-- 
2.21.0



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

end of thread, other threads:[~2019-03-05  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05  4:59 [meta-oe][PATCH] bdwgc: upgrade 7.6.10 -> 7.6.12 Khem Raj
2019-03-05  4:59 ` [meta-multimedia][PATCH] dvb-apps: Disable static libraries Khem Raj

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.