[oe-commits] [meta-openembedded] branch master-next updated: phoronix-test-suite: Do not mark it allarch

git at git.openembedded.org git at git.openembedded.org
Tue Feb 25 05:41:18 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 52429ce  phoronix-test-suite: Do not mark it allarch
52429ce is described below

commit 52429ce93bbc1d48193e09be19a1a8049d553b42
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Feb 24 21:38:32 2020 -0800

    phoronix-test-suite: Do not mark it allarch
    
    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 at gmail.com>
---
 .../recipes-benchmark/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 4a8e5b5..31b30bb 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}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list