All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/5] flite-alsa: Blacklist as old and unmaintained
@ 2017-04-03 18:37 Martin Jansa
  2017-04-03 18:37 ` [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS Martin Jansa
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Martin Jansa @ 2017-04-03 18:37 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/meta-oe/recipes-support/flite/flite-alsa_1.3.bb b/meta-oe/recipes-support/flite/flite-alsa_1.3.bb
index 51012e673..ca9a99eeb 100644
--- a/meta-oe/recipes-support/flite/flite-alsa_1.3.bb
+++ b/meta-oe/recipes-support/flite/flite-alsa_1.3.bb
@@ -10,3 +10,12 @@ SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-rel
 
 SRC_URI[md5sum] = "ae0aca1cb7b4801f4372f3a75a9e52b5"
 SRC_URI[sha256sum] = "922225f7001e57a0fbace8833b0a48790a68f6c7b491f2d47c78ad537ab78a8b"
+
+# Looks like caused by flite-1.3-alsa_support-1.2.diff
+# flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags]
+# flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags]
+# flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/core2-64-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags]
+# flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/core2-64-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags]
+# flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/i586-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags]
+# flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/i586-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags]
+PNBLACKLIST[flite-alsa] ?= "OLD: wasn't updated in over 6 years, only navit was RSUGGESTing it and doesn't respect LDFLAGS"
-- 
2.12.2



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

* [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS
  2017-04-03 18:37 [meta-oe][PATCH 1/5] flite-alsa: Blacklist as old and unmaintained Martin Jansa
@ 2017-04-03 18:37 ` Martin Jansa
  2017-04-05 17:52   ` Khem Raj
  2017-04-03 18:37 ` [meta-oe][PATCH 3/5] pngcheck: " Martin Jansa
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2017-04-03 18:37 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
index 32ebec83d..7a00e0c21 100644
--- a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
+++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
@@ -24,3 +24,6 @@ do_install () {
 }
 
 BBCLASSEXTEND = "native nativesdk"
+
+# logfsprogs-git: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/logfsprogs/git-r0/packages-split/logfsprogs/usr/bin/mklogfs' [ldflags]
+PNBLACKLIST[logfsprogs] ?= "Doesn't have proper PV, doesn't respect LDFLAGS"
-- 
2.12.2



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

* [meta-oe][PATCH 3/5] pngcheck: respect LDFLAGS
  2017-04-03 18:37 [meta-oe][PATCH 1/5] flite-alsa: Blacklist as old and unmaintained Martin Jansa
  2017-04-03 18:37 ` [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS Martin Jansa
@ 2017-04-03 18:37 ` Martin Jansa
  2017-04-03 18:37 ` [meta-oe][PATCH 4/5] uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well Martin Jansa
  2017-04-03 18:37 ` [meta-oe][PATCH 5/5] xdotool: prevent compile-host-path QA issues Martin Jansa
  3 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2017-04-03 18:37 UTC (permalink / raw)
  To: openembedded-devel

* fixes:
  No GNU_HASH in the elf binary:
  '/tmp/work/armv5te-oe-linux-gnueabi/pngcheck/2.3.0-r0/packages-split/pngcheck/usr/bin/pngcheck'
  [ldflags]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
index d523b7a8f..6d0dfff93 100644
--- a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
+++ b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db256
 EXTRA_OEMAKE = "-e MAKEFLAGS="
 
 do_compile() {
-    oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS=${STAGING_DIR_HOST}${libdir}/libz.a
+    oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS='${STAGING_DIR_HOST}${libdir}/libz.a ${LDFLAGS}'
 }
 
 do_install() {
-- 
2.12.2



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

* [meta-oe][PATCH 4/5] uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well
  2017-04-03 18:37 [meta-oe][PATCH 1/5] flite-alsa: Blacklist as old and unmaintained Martin Jansa
  2017-04-03 18:37 ` [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS Martin Jansa
  2017-04-03 18:37 ` [meta-oe][PATCH 3/5] pngcheck: " Martin Jansa
@ 2017-04-03 18:37 ` Martin Jansa
  2017-04-03 20:25   ` Khem Raj
  2017-04-03 18:37 ` [meta-oe][PATCH 5/5] xdotool: prevent compile-host-path QA issues Martin Jansa
  3 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2017-04-03 18:37 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../uml-utilities-20040406/fix-ldflags.patch       | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)

diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
index 05cc5371f..f4a175cdf 100644
--- a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
+++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
@@ -14,3 +14,91 @@
  
  clean : 
  	rm -f $(BIN) $(OBJS) *~
+diff -uNr tools.orig/jailtest/Makefile tools/jailtest/Makefile
+--- tools.orig/jailtest/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/jailtest/Makefile	2017-04-03 16:00:04.857449005 +0200
+@@ -7,7 +7,7 @@
+ all : $(BIN)
+ 
+ $(BIN) : $(OBJS)
+-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
++	$(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
+ 
+ clean : 
+ 	rm -f $(BIN) $(OBJS) *~
+diff -uNr tools.orig/moo/Makefile tools/moo/Makefile
+--- tools.orig/moo/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/moo/Makefile	2017-04-03 15:59:56.466449432 +0200
+@@ -10,10 +10,10 @@
+ all : $(BIN)
+ 
+ uml_moo : $(uml_moo_OBJS)
+-	$(CC) $(CFLAGS) -o $@ $($@_OBJS)
++	$(CC) $(CFLAGS) -o $@ $($@_OBJS) $(LDFLAGS)
+ 
+ uml_mkcow : $(uml_mkcow_OBJS)
+-	$(CC) $(CFLAGS) -o $@ $($@_OBJS)
++	$(CC) $(CFLAGS) -o $@ $($@_OBJS) $(LDFLAGS)
+ 
+ $(uml_moo_OBJS) $(uml_mkcow_OBJS) : cow.h cow_sys.h
+ 
+diff -uNr tools.orig/port-helper/Makefile tools/port-helper/Makefile
+--- tools.orig/port-helper/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/port-helper/Makefile	2017-04-03 15:59:41.251450208 +0200
+@@ -7,7 +7,7 @@
+ all : $(BIN)
+ 
+ $(BIN) : $(OBJS)
+-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
++	$(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
+ 
+ clean : 
+ 	rm -f $(BIN) $(OBJS) *~
+diff -uNr tools.orig/tunctl/Makefile tools/tunctl/Makefile
+--- tools.orig/tunctl/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/tunctl/Makefile	2017-04-03 16:00:01.091449197 +0200
+@@ -7,7 +7,7 @@
+ all : $(BIN)
+ 
+ $(BIN) : $(OBJS)
+-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
++	$(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
+ 
+ clean : 
+ 	rm -f $(BIN) $(OBJS) *~
+diff -uNr tools.orig/uml_net/Makefile tools/uml_net/Makefile
+--- tools.orig/uml_net/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/uml_net/Makefile	2017-04-03 16:00:12.449448618 +0200
+@@ -14,7 +14,7 @@
+ all : $(BIN)
+ 
+ $(BIN) : $(OBJS)
+-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
++	$(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
+ 
+ clean : 
+ 	rm -f $(BIN) $(OBJS) *~
+diff -uNr tools.orig/uml_router/Makefile tools/uml_router/Makefile
+--- tools.orig/uml_router/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/uml_router/Makefile	2017-04-03 16:00:46.796446867 +0200
+@@ -13,7 +13,7 @@
+ all : $(BIN)
+ 
+ $(BIN) : $(OBJS)
+-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
++	$(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
+ 
+ clean : 
+ 	rm -f $(BIN) $(OBJS) *~
+diff -uNr tools.orig/watchdog/Makefile tools/watchdog/Makefile
+--- tools.orig/watchdog/Makefile	2017-04-03 15:56:02.068461380 +0200
++++ tools/watchdog/Makefile	2017-04-03 15:59:45.216450006 +0200
+@@ -7,7 +7,7 @@
+ all : $(BIN)
+ 
+ $(BIN) : $(OBJS)
+-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
++	$(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
+ 
+ clean : 
+ 	rm -f $(BIN) $(OBJS) *~
-- 
2.12.2



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

* [meta-oe][PATCH 5/5] xdotool: prevent compile-host-path QA issues
  2017-04-03 18:37 [meta-oe][PATCH 1/5] flite-alsa: Blacklist as old and unmaintained Martin Jansa
                   ` (2 preceding siblings ...)
  2017-04-03 18:37 ` [meta-oe][PATCH 4/5] uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well Martin Jansa
@ 2017-04-03 18:37 ` Martin Jansa
  3 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2017-04-03 18:37 UTC (permalink / raw)
  To: openembedded-devel

* as shown in the log.do_compile:
  cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories]

* it's caused by Makefile doing:

  DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst
  DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include

  LIBS=$(shell pkg-config --libs x11 xtst 2> /dev/null || echo "$(DEFAULT_LIBS)")
  INC=$(shell pkg-config --cflags x11 xtst 2> /dev/null || echo "$(DEFAULT_INC)")

  which always uses the DEFAULT_* since RSS, because there was no
  pkg-config in the recipe sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
index 474d2986f..b68e994ab 100644
--- a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
+++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxtst"
 
 PR = "r1"
 
-inherit distro_features_check
+inherit distro_features_check pkgconfig
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.12.2



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

* Re: [meta-oe][PATCH 4/5] uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well
  2017-04-03 18:37 ` [meta-oe][PATCH 4/5] uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well Martin Jansa
@ 2017-04-03 20:25   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2017-04-03 20:25 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembeded-devel

This also fixes build with clang

On Mon, Apr 3, 2017 at 11:37 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../uml-utilities-20040406/fix-ldflags.patch       | 88 ++++++++++++++++++++++
>  1 file changed, 88 insertions(+)
>
> diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
> index 05cc5371f..f4a175cdf 100644
> --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
> +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
> @@ -14,3 +14,91 @@
>
>   clean :
>         rm -f $(BIN) $(OBJS) *~
> +diff -uNr tools.orig/jailtest/Makefile tools/jailtest/Makefile
> +--- tools.orig/jailtest/Makefile       2017-04-03 15:56:02.068461380 +0200
> ++++ tools/jailtest/Makefile    2017-04-03 16:00:04.857449005 +0200
> +@@ -7,7 +7,7 @@
> + all : $(BIN)
> +
> + $(BIN) : $(OBJS)
> +-      $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
> ++      $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
> +
> + clean :
> +       rm -f $(BIN) $(OBJS) *~
> +diff -uNr tools.orig/moo/Makefile tools/moo/Makefile
> +--- tools.orig/moo/Makefile    2017-04-03 15:56:02.068461380 +0200
> ++++ tools/moo/Makefile 2017-04-03 15:59:56.466449432 +0200
> +@@ -10,10 +10,10 @@
> + all : $(BIN)
> +
> + uml_moo : $(uml_moo_OBJS)
> +-      $(CC) $(CFLAGS) -o $@ $($@_OBJS)
> ++      $(CC) $(CFLAGS) -o $@ $($@_OBJS) $(LDFLAGS)
> +
> + uml_mkcow : $(uml_mkcow_OBJS)
> +-      $(CC) $(CFLAGS) -o $@ $($@_OBJS)
> ++      $(CC) $(CFLAGS) -o $@ $($@_OBJS) $(LDFLAGS)
> +
> + $(uml_moo_OBJS) $(uml_mkcow_OBJS) : cow.h cow_sys.h
> +
> +diff -uNr tools.orig/port-helper/Makefile tools/port-helper/Makefile
> +--- tools.orig/port-helper/Makefile    2017-04-03 15:56:02.068461380 +0200
> ++++ tools/port-helper/Makefile 2017-04-03 15:59:41.251450208 +0200
> +@@ -7,7 +7,7 @@
> + all : $(BIN)
> +
> + $(BIN) : $(OBJS)
> +-      $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
> ++      $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
> +
> + clean :
> +       rm -f $(BIN) $(OBJS) *~
> +diff -uNr tools.orig/tunctl/Makefile tools/tunctl/Makefile
> +--- tools.orig/tunctl/Makefile 2017-04-03 15:56:02.068461380 +0200
> ++++ tools/tunctl/Makefile      2017-04-03 16:00:01.091449197 +0200
> +@@ -7,7 +7,7 @@
> + all : $(BIN)
> +
> + $(BIN) : $(OBJS)
> +-      $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
> ++      $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
> +
> + clean :
> +       rm -f $(BIN) $(OBJS) *~
> +diff -uNr tools.orig/uml_net/Makefile tools/uml_net/Makefile
> +--- tools.orig/uml_net/Makefile        2017-04-03 15:56:02.068461380 +0200
> ++++ tools/uml_net/Makefile     2017-04-03 16:00:12.449448618 +0200
> +@@ -14,7 +14,7 @@
> + all : $(BIN)
> +
> + $(BIN) : $(OBJS)
> +-      $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
> ++      $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
> +
> + clean :
> +       rm -f $(BIN) $(OBJS) *~
> +diff -uNr tools.orig/uml_router/Makefile tools/uml_router/Makefile
> +--- tools.orig/uml_router/Makefile     2017-04-03 15:56:02.068461380 +0200
> ++++ tools/uml_router/Makefile  2017-04-03 16:00:46.796446867 +0200
> +@@ -13,7 +13,7 @@
> + all : $(BIN)
> +
> + $(BIN) : $(OBJS)
> +-      $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
> ++      $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
> +
> + clean :
> +       rm -f $(BIN) $(OBJS) *~
> +diff -uNr tools.orig/watchdog/Makefile tools/watchdog/Makefile
> +--- tools.orig/watchdog/Makefile       2017-04-03 15:56:02.068461380 +0200
> ++++ tools/watchdog/Makefile    2017-04-03 15:59:45.216450006 +0200
> +@@ -7,7 +7,7 @@
> + all : $(BIN)
> +
> + $(BIN) : $(OBJS)
> +-      $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
> ++      $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
> +
> + clean :
> +       rm -f $(BIN) $(OBJS) *~
> --
> 2.12.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS
  2017-04-03 18:37 ` [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS Martin Jansa
@ 2017-04-05 17:52   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2017-04-05 17:52 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembeded-devel

actually I have fixed this

https://github.com/kraj/meta-openembedded/commit/d59df07060d145aa8cd5c88986250e92f29c466c

On Mon, Apr 3, 2017 at 11:37 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
> index 32ebec83d..7a00e0c21 100644
> --- a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
> +++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
> @@ -24,3 +24,6 @@ do_install () {
>  }
>
>  BBCLASSEXTEND = "native nativesdk"
> +
> +# logfsprogs-git: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/logfsprogs/git-r0/packages-split/logfsprogs/usr/bin/mklogfs' [ldflags]
> +PNBLACKLIST[logfsprogs] ?= "Doesn't have proper PV, doesn't respect LDFLAGS"
> --
> 2.12.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2017-04-05 17:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 18:37 [meta-oe][PATCH 1/5] flite-alsa: Blacklist as old and unmaintained Martin Jansa
2017-04-03 18:37 ` [meta-oe][PATCH 2/5] logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS Martin Jansa
2017-04-05 17:52   ` Khem Raj
2017-04-03 18:37 ` [meta-oe][PATCH 3/5] pngcheck: " Martin Jansa
2017-04-03 18:37 ` [meta-oe][PATCH 4/5] uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well Martin Jansa
2017-04-03 20:25   ` Khem Raj
2017-04-03 18:37 ` [meta-oe][PATCH 5/5] xdotool: prevent compile-host-path QA issues 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.