Merge ~sylvain-pineau/plainbox-provider-resource:no_dmidecode_riscv64 into plainbox-provider-resource:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: e3f4586ff6ddc0b374966479d76e3c9453659b31
Merged at revision: d90a1a189a10c3131b777879f803bcfa7f66b295
Proposed branch: ~sylvain-pineau/plainbox-provider-resource:no_dmidecode_riscv64
Merge into: plainbox-provider-resource:master
Diff against target: 13 lines (+1/-1)
1 file modified
jobs/resource.pxu (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+387641@code.launchpad.net

Description of the change

dmidecode is only available for:

    [FULLYBUILT] amd64
    [FULLYBUILT] arm64
    [FULLYBUILT] armhf
    [FULLYBUILT] i386

On riscv64, p-p-c and other providers cannot be built since p-p-r is a broken dep.

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/jobs/resource.pxu b/jobs/resource.pxu
2index 7766b92..2ca72de 100644
3--- a/jobs/resource.pxu
4+++ b/jobs/resource.pxu
5@@ -19,7 +19,7 @@ Suggests: x11-server-utils
6 # This is for bin/dmi_resource.py
7 unit: packaging meta-data
8 os-id: debian
9-Depends: dmidecode [!arm64 !armel !mips !mipsel !powerpc !ppc64el !s390x !alpha !hppa !m68k !mips64el !ppc64 !sh4 !sparc64]
10+Depends: dmidecode [!riscv64 !arm64 !armel !mips !mipsel !powerpc !ppc64el !s390x !alpha !hppa !m68k !mips64el !ppc64 !sh4 !sparc64]
11
12 # This is for bin/dpkg_resource.py
13 unit: packaging meta-data

Subscribers

People subscribed via source and target branches