All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/4] efl, elementary: upgrade to 1.10.1
@ 2014-07-01 16:04 Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 2/4] glmark2: inherit distro_features_check Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-01 16:04 UTC (permalink / raw)
  To: openembedded-devel

* announcement:
  https://phab.enlightenment.org/phame/post/view/63/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/{efl_1.10.0.bb => efl_1.10.1.bb}             | 4 ++--
 .../recipes-efl/efl/{elementary_1.10.0.bb => elementary_1.10.1.bb}    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-efl/recipes-efl/efl/{efl_1.10.0.bb => efl_1.10.1.bb} (92%)
 rename meta-efl/recipes-efl/efl/{elementary_1.10.0.bb => elementary_1.10.1.bb} (79%)

diff --git a/meta-efl/recipes-efl/efl/efl_1.10.0.bb b/meta-efl/recipes-efl/efl/efl_1.10.1.bb
similarity index 92%
rename from meta-efl/recipes-efl/efl/efl_1.10.0.bb
rename to meta-efl/recipes-efl/efl/efl_1.10.1.bb
index deeb92a..6ad1db6 100644
--- a/meta-efl/recipes-efl/efl/efl_1.10.0.bb
+++ b/meta-efl/recipes-efl/efl/efl_1.10.1.bb
@@ -4,8 +4,8 @@ SRC_URI = "\
     ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
 "
 
-SRC_URI[md5sum] = "4dedbbbd03ccd3c8ac227b8682d0d0e4"
-SRC_URI[sha256sum] = "55ab54150e4c53781f7b3239f39c11a06c3b9208f4109700bca049c36cd6c49b"
+SRC_URI[md5sum] = "1385f69de925bf242deb1ba86cebc121"
+SRC_URI[sha256sum] = "e791168db744bd7bd4b16ef59659447415403d089f13576cc31081e9184bb7c2"
 
 # Temporary disable until error like the one following are fixed
 # efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated
diff --git a/meta-efl/recipes-efl/efl/elementary_1.10.0.bb b/meta-efl/recipes-efl/efl/elementary_1.10.1.bb
similarity index 79%
rename from meta-efl/recipes-efl/efl/elementary_1.10.0.bb
rename to meta-efl/recipes-efl/efl/elementary_1.10.1.bb
index 86e718b..37f7b38 100644
--- a/meta-efl/recipes-efl/efl/elementary_1.10.0.bb
+++ b/meta-efl/recipes-efl/efl/elementary_1.10.1.bb
@@ -8,8 +8,8 @@ SRC_URI = "\
 # these paths aren't passed in -native build
 SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch"
 
-SRC_URI[md5sum] = "81d4072c728a41518f59f3d115c1556b"
-SRC_URI[sha256sum] = "01c9127f0b29c1a07328199f51fb6d72d7f250be31e8afb26914566fb1c7e612"
+SRC_URI[md5sum] = "34e6df7c59a2dd9e5fcf0a1e99d5880c"
+SRC_URI[sha256sum] = "1bf9fa7a220d5845806238ec5c5789ed9141f9361d4857f5482abc33b8133c87"
 
 # autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S}
 # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails
-- 
2.0.0



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

* [meta-oe][PATCH 2/4] glmark2: inherit distro_features_check
  2014-07-01 16:04 [meta-oe][PATCH 1/4] efl, elementary: upgrade to 1.10.1 Martin Jansa
@ 2014-07-01 16:04 ` Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 3/4] irssi: add --with-ncurses option Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 4/4] libgc: add PACKAGECONFIG for libatomic-ops Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-01 16:04 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
index 8e3dc8c..708b6d2 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
@@ -18,7 +18,7 @@ SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
 SRC_URI[md5sum] = "739859cf57d4c8a23452c43e84f66e56"
 SRC_URI[sha256sum] = "bded41aaf918ce062d9b81e42cc5be943e6a80bc4ff9d046983b96102c3df6b5"
 
-inherit waf pkgconfig
+inherit waf pkgconfig distro_features_check
 
 PACKAGECONFIG ?= "gl gles2"
 
-- 
2.0.0



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

* [meta-oe][PATCH 3/4] irssi: add --with-ncurses option
  2014-07-01 16:04 [meta-oe][PATCH 1/4] efl, elementary: upgrade to 1.10.1 Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 2/4] glmark2: inherit distro_features_check Martin Jansa
@ 2014-07-01 16:04 ` Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 4/4] libgc: add PACKAGECONFIG for libatomic-ops Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-01 16:04 UTC (permalink / raw)
  To: openembedded-devel

* otherwise do_configure tries to find ncurses.h on host and
  disables ncurses support when not found, then build fails because
  of missing -lcurses when using terminfo-core.o:
  | terminfo-core.o: In function `_set_bg':
  | /OE/irssi/0.8.15+0.8.16-rc1-r0/irssi-0.8.16-rc1/src/fe-text/terminfo-core.c:343:
    undefined reference to `tputs'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb b/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
index b4fbf7a..54d881d 100644
--- a/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
+++ b/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
@@ -17,5 +17,6 @@ S = "${WORKDIR}/irssi-${REALPV}"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--enable-ssl"
-
+EXTRA_OECONF = "--enable-ssl \
+    --with-ncurses=${STAGING_EXECPREFIXDIR} \
+"
-- 
2.0.0



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

* [meta-oe][PATCH 4/4] libgc: add PACKAGECONFIG for libatomic-ops
  2014-07-01 16:04 [meta-oe][PATCH 1/4] efl, elementary: upgrade to 1.10.1 Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 2/4] glmark2: inherit distro_features_check Martin Jansa
  2014-07-01 16:04 ` [meta-oe][PATCH 3/4] irssi: add --with-ncurses option Martin Jansa
@ 2014-07-01 16:04 ` Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-01 16:04 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/libgc/libgc_7.2d.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
index b472a5d..66e6b92 100644
--- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb
+++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
@@ -16,5 +16,9 @@ S = "${WORKDIR}/gc-7.2"
 
 inherit autotools
 
+# by default use external libatomic-ops
+PACKAGECONFIG ??= "libatomic-ops"
+PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops"
+
 PACKAGES =+ "${PN}-docs"
 FILES_${PN}-docs = "/usr/share/gc"
-- 
2.0.0



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

end of thread, other threads:[~2014-07-01 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-01 16:04 [meta-oe][PATCH 1/4] efl, elementary: upgrade to 1.10.1 Martin Jansa
2014-07-01 16:04 ` [meta-oe][PATCH 2/4] glmark2: inherit distro_features_check Martin Jansa
2014-07-01 16:04 ` [meta-oe][PATCH 3/4] irssi: add --with-ncurses option Martin Jansa
2014-07-01 16:04 ` [meta-oe][PATCH 4/4] libgc: add PACKAGECONFIG for libatomic-ops Martin Jansa

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.