Skip to content

Commit

Permalink
[packages] Re-introduce qt5-qmake in packages_in_tools, Contributes t…
Browse files Browse the repository at this point in the history
…o JB#45050

qt5-qmake was removed in JB#44870 to fix build failures related to
pkgconfig dependencies, but with 28ab420 merged in scratchbox2,
it should be safe to re-introduce it.

This reverts commit 89c181e.
  • Loading branch information
uaoh committed Mar 22, 2019
1 parent f03c086 commit c85cde5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-aarch64.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target aarch64
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
Name: sb2-tools-qt5-aarch64
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-armv7hl.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target armv7hl
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
Name: sb2-tools-qt5-armv7hl
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-armv7l.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target armv7l
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
Name: sb2-tools-qt5-armv7l
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-mipsel.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target mipsel
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
Name: sb2-tools-qt5-mipsel
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-template.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target @ARCH@
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error
Name: sb2-tools-qt5-@ARCH@
Version: 1.0
Release: 1
Expand Down

0 comments on commit c85cde5

Please sign in to comment.