All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][WIP][PATCH 1/4] libsocketcan: Fix build with B!=S
@ 2014-06-19  9:09 Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 2/4] libftdi: Blacklist, because of libusb-config Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2014-06-19  9:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb
index df3c163..98ef73f 100644
--- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb
+++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb
@@ -16,5 +16,5 @@ S = "${WORKDIR}/git"
 inherit autotools pkgconfig
 
 do_configure_prepend() {
-    sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: configure.ac
+    sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: ${S}/configure.ac
 }
-- 
2.0.0



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

* [meta-oe][WIP][PATCH 2/4] libftdi: Blacklist, because of libusb-config
  2014-06-19  9:09 [meta-oe][WIP][PATCH 1/4] libsocketcan: Fix build with B!=S Martin Jansa
@ 2014-06-19  9:09 ` Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 3/4] libusbg: Blacklist, because of B!=S Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 4/4] glmark2: Add virtual/libx11 dependency Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-06-19  9:09 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
index a62236f..773b791 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
                    file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
 "
 
+PNBLACKLIST[libftdi] = "BROKEN: needs to be updated to detect libusb with pkg-config instead of libusb-config"
+
 DEPENDS = "virtual/libusb0"
 DEPENDS_virtclass-native = "virtual/libusb0-native"
 
-- 
2.0.0



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

* [meta-oe][WIP][PATCH 3/4] libusbg: Blacklist, because of B!=S
  2014-06-19  9:09 [meta-oe][WIP][PATCH 1/4] libsocketcan: Fix build with B!=S Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 2/4] libftdi: Blacklist, because of libusb-config Martin Jansa
@ 2014-06-19  9:09 ` Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 4/4] glmark2: Add virtual/libx11 dependency Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-06-19  9:09 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb
index ed5ac65..280983b 100644
--- a/meta-oe/recipes-support/libusbg/libusbg_git.bb
+++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
 inherit autotools
 
+PNBLACKLIST[libusbg] = "BROKEN: Doesn't work with B!=S and nobody sent patch to fix it"
+
 PV = "0.1.0"
 SRCREV = "7e2b04363f319e8936a606bdb122dbde249a2f58"
 SRC_URI = "git://github.com/libusbg/libusbg.git"
-- 
2.0.0



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

* [meta-oe][WIP][PATCH 4/4] glmark2: Add virtual/libx11 dependency
  2014-06-19  9:09 [meta-oe][WIP][PATCH 1/4] libsocketcan: Fix build with B!=S Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 2/4] libftdi: Blacklist, because of libusb-config Martin Jansa
  2014-06-19  9:09 ` [meta-oe][WIP][PATCH 3/4] libusbg: Blacklist, because of B!=S Martin Jansa
@ 2014-06-19  9:09 ` Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-06-19  9:09 UTC (permalink / raw)
  To: openembedded-devel

* without it, do_configure fails:
  | Checking for 'x11'                       : not found
  | The configuration failed
  so it doesn't look as optional dependency, but someone please
  double-check

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 3ff0449..565423a 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv3+ & SGIv1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
 
-DEPENDS = "libpng12 jpeg"
+DEPENDS = "libpng12 jpeg virtual/libx11"
 
 SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
 
-- 
2.0.0



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

end of thread, other threads:[~2014-06-19  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  9:09 [meta-oe][WIP][PATCH 1/4] libsocketcan: Fix build with B!=S Martin Jansa
2014-06-19  9:09 ` [meta-oe][WIP][PATCH 2/4] libftdi: Blacklist, because of libusb-config Martin Jansa
2014-06-19  9:09 ` [meta-oe][WIP][PATCH 3/4] libusbg: Blacklist, because of B!=S Martin Jansa
2014-06-19  9:09 ` [meta-oe][WIP][PATCH 4/4] glmark2: Add virtual/libx11 dependency 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.