All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] phoronix-test-suite: Do not mark it allarch
@ 2020-02-25  5:43 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-02-25  5:43 UTC (permalink / raw)
  To: openembedded-devel

This package depends on target packages due to mime/mime-xdg
therefore it can no longer be marked as allarch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../phoronix-test-suite/phoronix-test-suite_9.2.1.bb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
index 4a8e5b5b2a..31b30bb878 100644
--- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
+++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "675e7ca96719e2f3b42a6c13421213a398f04da0f8e78f4691fa9261fd
 
 S = "${WORKDIR}/phoronix-test-suite"
 
-inherit systemd allarch mime mime-xdg
+inherit systemd mime mime-xdg
 
 do_install() {
     DESTDIR=${D} ./install-sh ${exec_prefix}
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-25  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  5:43 [meta-oe][PATCH] phoronix-test-suite: Do not mark it allarch 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.