Signed-off-by: Ladislav Michl
---
rules/host-python-scons.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-python-scons.make b/rules/host-python-scons.make
index efca45148..731c67b8c 100644
--- a/rules/host-python-scons.make
+++ b/rules/host-python
Quite a few options were removed, so remome them from Kconfig as well.
Buildsystem counts on gcc to be used for linking and setting LD makes
build fail, so set only those tools actually used.
Signed-off-by: Ladislav Michl
---
.../0001-Search-for-ncursesw-pkgconfig.patch | 4 +-
...Fix-python
Signed-off-by: Ladislav Michl
---
Changes:
-v2: provide default service files in projectroot
Note, udev rules and sysv init script are left as an excercise
for respective users (I do not have hardware to test with) :)
Also eventual chrony dependency is ommited.
projectroot/usr/lib/systemd
Signed-off-by: Ladislav Michl
---
rules/modemmanager.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index cae4a6cc9..35e36fcb3 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -14,8 +14,8
pam_permit.so
account requiredpam_permit.so
session requiredpam_permit.so
Changelog is provided on per patch basis.
Ladislav Michl (4):
pam: new package
Introduce global PAM option
shadow: new package
util-linux: optionally build login program
rules/core-pam.in
Signed-off-by: Ladislav Michl
---
Note: Package states, that alternatively GPL can be used as a license.
There is no GPL version specification and also some files claims LGPL
can be used. Also without specifying version. Debian package references
/usr/share/common-licenses/GPL which is
Signed-off-by: Ladislav Michl
---
Changes:
v2: None
rules/core-pam.in| 8
rules/pre/Rules.make | 6 ++
2 files changed, 14 insertions(+)
create mode 100644 rules/core-pam.in
diff --git a/rules/core-pam.in b/rules/core-pam.in
new file mode 100644
index 0..0e2c983a5
Signed-off-by: Ladislav Michl
---
Changes:
-v2: Avoid conflicting with Busybox, simplify menuconfig
rules/shadow.in | 26 ++
rules/shadow.make | 121 ++
2 files changed, 147 insertions(+)
create mode 100644 rules/shadow.in
create mode
Signed-off-by: Ladislav Michl
---
Changes:
-v2: Avoid conflicting with Busybox and shadow.
rules/util-linux-ng.in | 19 +++
rules/util-linux-ng.make | 5 -
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
On Mon, Jan 27, 2020 at 10:57:48AM +0100, Roland Hieber wrote:
> On Mon, Jan 27, 2020 at 09:52:30AM +0100, Ladislav Michl wrote:
> > Signed-off-by: Ladislav Michl
> > ---
> > Note: Package states, that alternatively GPL can be used as a license.
> > There is no GP
Signed-off-by: Ladislav Michl
---
Changes:
- v2: Add license info, install_alternative config files individually
- v3: Specify GPL-2.0-or-later AND LGPL-2.0-or-later
rules/pam.in | 10 ++
rules/pam.make | 82 ++
2 files changed, 92
On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote:
> Quite a few options were removed, so remome them from Kconfig as well.
> Buildsystem counts on gcc to be used for linking and setting LD makes
> build fail, so set only those tools actually used.
Well, just do not hold yo
On Fri, Jan 31, 2020 at 08:09:07AM +0100, Michael Olbrich wrote:
> On Thu, Jan 30, 2020 at 11:17:39PM +0100, Ladislav Michl wrote:
> > On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote:
> > > Quite a few options were removed, so remome them from Kconfig as well.
On Sat, Feb 01, 2020 at 10:02:16AM +0100, Michael Olbrich wrote:
> Well this patch and the 3.20 update still fails here with:
>
> .../bin/ld: gpspacket-py_2_7_16_final_0.cpython-37m-arm-linux-gnueabihf.so:
> in function `Lexer_dealloc':
> platform-arm-hf/build-target/gpsd-3.20/gpspacket.c:129: und
urrent patch (tested against
git version of gpsd) in case someone wants to play with it.
--- >8 ---
From: Ladislav Michl
Subject: [PATCH] gpsd: version bump 3.19 -> 3.20
Quite few options were removed...
Not-yet-Signed-off-by: Ladislav Michl
---
...Fix-python-binding-cross-compilatio
LUDEPY thing be fixed PTXdist wide?
So current path looks like (still needs INCLUDEPY fix):
--- >8 ---
From: Ladislav Michl
Subject: [PATCH] gpsd: version bump 3.19 -> 3.20
Quite few options were removed...
Signed-off-by: Ladislav Michl
---
...Fix-python-binding-cross-compilation.patc
commit f4f917544638 ("canutils: hardcode version 4.0.6") hardcoded
canutils version, but left no longer used pre rule file in place.
Delete it.
Signed-off-by: Ladislav Michl
---
rules/pre/canutils.make | 18 --
1 file changed, 18 deletions(-)
delete mode 100644
Since pgawk was merged into gawk meanwhile, remove that option.
Signed-off-by: Ladislav Michl
---
rules/gawk.in | 6 +++---
rules/gawk.make | 48 +++-
2 files changed, 30 insertions(+), 24 deletions(-)
diff --git a/rules/gawk.in b/rules/gawk.in
Since pgawk was merged into gawk meanwhile, remove that option.
Signed-off-by: Ladislav Michl
---
Changes:
- v2: add also main.c copyright information clarifying GPL version.
Suggested by Christian Hermann.
rules/gawk.in | 6 +++---
rules/gawk.make | 50
gpsd-3.20 removed a few config options, so remove them from KConfig.
As gpsd project does not do bugfix releases, pick build fixes
from git.
Signed-off-by: Ladislav Michl
---
Changes:
-v2: add patches from gpsd git... :-/
...Fix-python-binding-cross-compilation.patch | 96
Signed-off-by: Ladislav Michl
---
rules/util-linux-ng.in | 12
rules/util-linux-ng.make | 3 +++
2 files changed, 15 insertions(+)
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 9c139be6b..e0ddf7550 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux
Signed-off-by: Ladislav Michl
---
rules/util-linux-ng.in | 11 +++
rules/util-linux-ng.make | 3 +++
2 files changed, 14 insertions(+)
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index e0ddf7550..1e59c0787 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux
Signed-off-by: Ladislav Michl
---
rules/modemmanager.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index 35e36fcb3..b26e47c4a 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -14,11 +14,11
As projectroot's dnsmasq.conf is copied from example config and
needs to be modified to match BSP needs anyway, let's remove
config from projectroot altogether.
Signed-off-by: Ladislav Michl
---
projectroot/etc/dnsmasq.conf | 679 ---
rules/
Signed-off-by: Ladislav Michl
---
rules/util-linux-ng.in | 11 +++
rules/util-linux-ng.make | 5 -
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 1e59c0787..a9735e13c 100644
--- a/rules/util-linux-ng.in
+++ b
Hi!
On Tue, Mar 10, 2020 at 10:18:48PM +0100, Alexander Dahl wrote:
> Hei hei,
>
> On Tue, Mar 10, 2020 at 05:01:12PM +0100, Ladislav Michl wrote:
> > As projectroot's dnsmasq.conf is copied from example config and
> > needs to be modified to match BSP needs anyway, le
Hi,
On Wed, Mar 11, 2020 at 08:26:13AM +0100, Alexander Dahl wrote:
> Hei hei,
>
> Am Dienstag, 10. März 2020, 23:16:55 CET schrieb Ladislav Michl:
> > Hi!
> >
> > On Tue, Mar 10, 2020 at 10:18:48PM +0100, Alexander Dahl wrote:
> > > Hei hei,
> > &
Hi there!
this serie aims to enabling DBus support to let NetworkManager create
hotspot.
Ladislav Michl (4):
dnsmasq: fix nettle dependency
dnsmasq: use ptx/ifdef
dnsmasq: install dnsmasq.conf from package source
dnsmasq: optionally enable DBus support
projectroot/etc/dnsmasq.conf
Signed-off-by: Ladislav Michl
---
rules/dnsmasq.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index aec63dd0f..3336bf5bc 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -7,6 +7,7 @@ menuconfig DNSMASQ
prompt "dn
Signed-off-by: Ladislav Michl
---
rules/dnsmasq.make | 50 +++---
1 file changed, 16 insertions(+), 34 deletions(-)
diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make
index bce8dd651..256b0f000 100644
--- a/rules/dnsmasq.make
+++ b/rules/dnsmasq.make
As projectroot's dnsmasq.conf is copied from example config of
dnsmasq package, let's remove it from projectroot.
Signed-off-by: Ladislav Michl
---
projectroot/etc/dnsmasq.conf | 679 ---
rules/dnsmasq.make | 15 +
2 files changed, 15
Signed-off-by: Ladislav Michl
---
rules/dnsmasq.in | 10 +-
rules/dnsmasq.make | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 3336bf5bc..12de6e27f 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -33,12 +33,12
Fixes: 2456173c2297 ("ncdu: Add new package")
Signed-off-by: Ladislav Michl
---
rules/ncdu.in | 4
1 file changed, 4 insertions(+)
diff --git a/rules/ncdu.in b/rules/ncdu.in
index 362fc733f..36336a2b7 100644
--- a/rules/ncdu.in
+++ b/rules/ncdu.in
@@ -7,8 +7,12 @@ config NCDU
Fixes: 2456173c2297 ("ncdu: Add new package")
Signed-off-by: Ladislav Michl
---
Changes:
-v2: Adjust Subject as suggested by Uwe Kleine-König
rules/ncdu.in | 4
1 file changed, 4 insertions(+)
diff --git a/rules/ncdu.in b/rules/ncdu.in
index 362fc733f..36336a2b7 100644
-
On Wed, Apr 08, 2020 at 12:56:40PM +0200, Roland Hieber wrote:
> The old URL is broken, but the new GitHub project doesn't have the old
> releases, so bump the version.
What about reordering patches, just in case someone does bisecting?
This way package is pulled from staging, but still broken...
On Thu, Apr 09, 2020 at 11:15:33AM +0200, Roland Hieber wrote:
> On Thu, Apr 09, 2020 at 10:23:26AM +0200, Ladislav Michl wrote:
> > On Wed, Apr 08, 2020 at 12:56:40PM +0200, Roland Hieber wrote:
> > > The old URL is broken, but the new GitHub project doesn't have the old
On Mon, Jan 06, 2020 at 11:59:56AM +0100, Michael Olbrich wrote:
> On Fri, Dec 06, 2019 at 11:36:13AM +0100, Ladislav Michl wrote:
> > Let OpenVPN use ip command when BUSYBOX_IP is not selected. This
> > allows OpenVPN to be used in Busybox-less environments.
>
> Hmmm, what d
Signed-off-by: Ladislav Michl
---
rules/pam.in | 18 --
rules/pam.make | 4 ++--
2 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/rules/pam.in b/rules/pam.in
index 75d5ef42c..4bf4cac10 100644
--- a/rules/pam.in
+++ b/rules/pam.in
@@ -1,10 +1,24 @@
## SECTION
Gentle ping...
On Wed, May 13, 2020 at 12:39:10PM +0200, Ladislav Michl wrote:
> On Mon, Jan 06, 2020 at 11:59:56AM +0100, Michael Olbrich wrote:
> > On Fri, Dec 06, 2019 at 11:36:13AM +0100, Ladislav Michl wrote:
> > > Let OpenVPN use ip command when BUSYBOX_IP is not selected.
On Fri, May 29, 2020 at 10:02:43AM +0200, Michael Olbrich wrote:
> On Wed, May 13, 2020 at 12:39:10PM +0200, Ladislav Michl wrote:
> > On Mon, Jan 06, 2020 at 11:59:56AM +0100, Michael Olbrich wrote:
> > > On Fri, Dec 06, 2019 at 11:36:13AM +0100, Ladislav Michl wrote:
> >
On Tue, Jun 02, 2020 at 10:13:36AM +0200, Michael Olbrich wrote:
> On Mon, Jun 01, 2020 at 10:47:59AM +0200, Ladislav Michl wrote:
> > On Fri, May 29, 2020 at 10:02:43AM +0200, Michael Olbrich wrote:
> > > On Wed, May 13, 2020 at 12:39:10PM +0200, Ladislav Michl wrote:
> >
Use (rt)netlink interface provided by 'ip' tool by default.
Signed-off-by: Ladislav Michl
---
rules/openvpn.in | 13 +++--
rules/openvpn.make | 2 +-
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/rules/openvpn.in b/rules/openvpn.in
index 6958e2940..afa124
On Fri, Jun 05, 2020 at 10:41:37AM +0200, Michael Olbrich wrote:
> On Thu, Jun 04, 2020 at 08:32:40AM +0200, Ladislav Michl wrote:
> > Use (rt)netlink interface provided by 'ip' tool by default.
> >
> > Signed-off-by: Ladislav Michl
> > ---
> > rules
Use (rt)netlink interface provided by 'ip' tool by default.
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: simplify according mol comment
rules/openvpn.in | 5 ++---
rules/openvpn.make | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/rules/openvpn.
ly migrated my BSP to code-signing-provider using
this documentation (and template):
Tested-by: Ladislav Michl
___
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to
ptxdist-requ...@pengutronix.de
On Mon, Jun 22, 2020 at 02:26:44PM +0200, Michael Olbrich wrote:
> On Mon, Jun 22, 2020 at 12:29:52AM +0200, Roland Hieber wrote:
> > Signed-off-by: Roland Hieber
> > ---
> > rules/policycoreutils.in | 34 -
> > rules/sepolgen.in| 29 -
> > rule
gpsdctl@.service is supposed to call gpsdctl which is not installed
at all. Also fix gpsctl vs gpsdctl confusion.
Signed-off-by: Ladislav Michl
---
projectroot/usr/lib/systemd/system/gpsdctl@.service | 4 ++--
rules/gpsd.in | 9 +
rules/gpsd.make
On Mon, Aug 03, 2020 at 08:36:06AM +0200, Michael Olbrich wrote:
> On Sun, Aug 02, 2020 at 07:46:09PM +0200, Ladislav Michl wrote:
> > gpsdctl@.service is supposed to call gpsdctl which is not installed
> > at all. Also fix gpsctl vs gpsdctl confusion.
> >
> > Si
On Mon, Aug 03, 2020 at 11:03:19AM +0200, Michael Olbrich wrote:
> On Mon, Aug 03, 2020 at 10:35:52AM +0200, Ladislav Michl wrote:
> > On Mon, Aug 03, 2020 at 08:36:06AM +0200, Michael Olbrich wrote:
> > > On Sun, Aug 02, 2020 at 07:46:09PM +0200, Ladislav Michl wrote:
> >
gpsdctl@.service is supposed to call gpsdctl which is not installed
at all. Also fix gpsctl vs gpsdctl confusion.
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: do not select GPSD_GPSDCTL
-v3: fix typo
projectroot/usr/lib/systemd/system/gpsdctl@.service | 4 ++--
rules/gpsd.in
Also remove vanished options and modify systemd service files
to expect gpsd socket in /run.
Signed-off-by: Ladislav Michl
---
...ce-custom-CheckSizeOf-with-standard-.patch | 74
...s-install-xpgs-xgpsspeed-programs-ma.patch | 148 ---
...s-install-xgps-.-Only-test-if-deps
License checksum changed as '(c)' was removed from text, no
changes otherwise.
Also remove vanished options and modify systemd service files
to expect gpsd socket in /run.
Signed-off-by: Ladislav Michl
---
CHANGES:
v2: document license change
...ce-custom-CheckSizeOf-with-stand
On Mon, Aug 10, 2020 at 06:03:03PM +0200, Bruno Thomsen wrote:
> Den man. 10. aug. 2020 kl. 15.59 skrev Robert Schwebel
> :
> >
> > On Mon, Aug 10, 2020 at 03:46:15PM +0200, Uwe Kleine-König wrote:
> > > > umount() {
> > > > + # make sure rc-once generated data makes it to the medium
> > > > +
Fixes: 5e87c7f42306 ("wlroots: version bump 0.5.0 -> 0.10.0")
Signed-off-by: Ladislav Michl
---
rules/wlroots.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/wlroots.in b/rules/wlroots.in
index 0a384867f..f1ae225ec 100644
--- a/rules/wlroots.in
+++ b/rul
Hi there,
this patchset brings NetworkManager and ModemManager up to date
and adds openfortivpn support.
Ladislav Michl (7):
libmbim: version bump 1.18.2 -> 1.24.2
libqmi: version bump 1.24.4 -> 1.26.2
modemmanager: version bump 1.12.6 -> 1.14.2
networkmanager: version bu
Signed-off-by: Ladislav Michl
---
rules/libqmi.make | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/rules/libqmi.make b/rules/libqmi.make
index 00ec44f8e..b7c7dd904 100644
--- a/rules/libqmi.make
+++ b/rules/libqmi.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBQMI
Signed-off-by: Ladislav Michl
---
rules/libmbim.make | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/rules/libmbim.make b/rules/libmbim.make
index 3a696180f..1d7ac7deb 100644
--- a/rules/libmbim.make
+++ b/rules/libmbim.make
@@ -14,8 +14,8 @@ PACKAGES
Signed-off-by: Ladislav Michl
---
...clients-cli-build-generate_docs_nm_settings_nmcli-on.patch | 0
.../{NetworkManager-1.26.0 => NetworkManager-1.26.2}/series | 0
rules/networkmanager.make | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
ren
Signed-off-by: Ladislav Michl
---
rules/modemmanager.make | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index 5cae10024..b592694a8 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -14,8 +14,8
Signed-off-by: Ladislav Michl
---
rules/networkmanager-openvpn.make | 25 +++--
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/rules/networkmanager-openvpn.make
b/rules/networkmanager-openvpn.make
index 52dee7918..047ddefb5 100644
--- a/rules/networkmanager
Signed-off-by: Ladislav Michl
---
patches/openfortivpn-1.14.1/autogen.sh | 1 +
rules/openfortivpn.in | 25 +
rules/openfortivpn.make| 72 ++
3 files changed, 98 insertions(+)
create mode 12 patches/openfortivpn-1.14.1
Signed-off-by: Ladislav Michl
---
rules/networkmanager-fortisslvpn.in | 9
rules/networkmanager-fortisslvpn.make | 74 +++
2 files changed, 83 insertions(+)
create mode 100644 rules/networkmanager-fortisslvpn.in
create mode 100644 rules/networkmanager
On Sun, Aug 23, 2020 at 09:56:31PM +0200, Roland Hieber wrote:
> On Sun, Aug 23, 2020 at 03:43:16PM +0200, Ladislav Michl wrote:
> > Signed-off-by: Ladislav Michl
> > ---
> > patches/openfortivpn-1.14.1/autogen.sh | 1 +
> > rules/openfortivpn.in
On Mon, Aug 24, 2020 at 11:05:20AM +0200, Roland Hieber wrote:
> On Mon, Aug 24, 2020 at 10:22:13AM +0200, Ladislav Michl wrote:
[...]
> > This "unknown-exception" seems to be OpenSSL, so we get:
> > OPENFORTIVPN_LICENSE := GPL-3.0-or-later AND OpenSSL
>
> I me
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: fix license issue
patches/openfortivpn-1.14.1/autogen.sh | 1 +
rules/openfortivpn.in | 25 +
rules/openfortivpn.make| 74 ++
3 files changed, 100 insertions(+)
create mode
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: fix license issue
-v3: fix yet another license issue
patches/openfortivpn-1.14.1/autogen.sh | 1 +
rules/openfortivpn.in | 25 +
rules/openfortivpn.make| 74 ++
3 files changed
On Wed, Aug 19, 2020 at 12:10:53PM +0200, Carsten Schlote wrote:
> Add additional download URL due to extended downtimes on original download
> site.
>
> Signed-off-by: Carsten Schlote
> ---
> rules/host-mpfr.make | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/rules/
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: fix license issue
-v3: fix yet another license issue
-v4: fix missing leading slash in install path
patches/openfortivpn-1.14.1/autogen.sh | 1 +
rules/openfortivpn.in | 25 +
rules/openfortivpn.make
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: install dbus policy config
rules/networkmanager-openvpn.make | 27 +--
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/rules/networkmanager-openvpn.make
b/rules/networkmanager-openvpn.make
index 52dee7918
Signed-off-by: Ladislav Michl
---
CHANGES:
-v2: resolve conflict after recent update
rules/libqmi.make | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/rules/libqmi.make b/rules/libqmi.make
index 9670236e2..2b3e40140 100644
--- a/rules/libqmi.make
+++ b/rules
Hi and sorry to revive this old patch. I just hadn't time to finish
conversion to code-signing-provider sooner...
On Wed, Jun 17, 2020 at 04:31:21PM +0200, Bastian Krause wrote:
> A ptxdist code signing provider is a package which selects the required
> host tools needed for the code signing helpe
Hi Bastian,
On Thu, Sep 24, 2020 at 01:05:31PM +0200, Bastian Krause wrote:
[doc quote deleted]
> After reading the quoted documentation snippets above (and assuming the
> error message triggers correctly now), do you still think this needs
> documentation improvement? If yes, you're very welcome
Hi there,
this patchset is a direct result of https://ftp.gnome.org being unavailable
from here for some time. Comments welcome.
Ladislav Michl (29):
setup: sort mirrors alphabetically
setup: introduce GNOME mirror
atk: use GNOME mirror
atkmm: use GNOME mirror
gdk-pixbuf: use GNOME
Signed-off-by: Ladislav Michl
---
config/setup/Kconfig | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 1697d88de..ab2b8e83a 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -144,13
Signed-off-by: Ladislav Michl
---
config/setup/Kconfig | 7 +++
config/setup/ptxdistrc.default | 13 +++--
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index ab2b8e83a..f3fe2e8e8 100644
--- a/config/setup
Signed-off-by: Ladislav Michl
---
rules/atk.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/atk.make b/rules/atk.make
index 45a8465f6..ce41caec1 100644
--- a/rules/atk.make
+++ b/rules/atk.make
@@ -20,7 +20,7 @@ ATK_VERSION := 2.28.1
ATK_MD5
Signed-off-by: Ladislav Michl
---
rules/atkmm.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/atkmm.make b/rules/atkmm.make
index 0234c819a..6ece656f7 100644
--- a/rules/atkmm.make
+++ b/rules/atkmm.make
@@ -18,7 +18,7 @@ ATKMM_VERSION := 2.22.6
ATKMM_MD5
Signed-off-by: Ladislav Michl
---
rules/gdk-pixbuf.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gdk-pixbuf.make b/rules/gdk-pixbuf.make
index 301716b3d..769757070 100644
--- a/rules/gdk-pixbuf.make
+++ b/rules/gdk-pixbuf.make
@@ -18,7 +18,7 @@ GDK_PIXBUF_VERSION
Signed-off-by: Ladislav Michl
---
rules/glib-networking.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/glib-networking.make b/rules/glib-networking.make
index 069675db8..1ffdee82c 100644
--- a/rules/glib-networking.make
+++ b/rules/glib-networking.make
@@ -18,7
Signed-off-by: Ladislav Michl
---
rules/glibmm.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/glibmm.make b/rules/glibmm.make
index 701cfa761..f702cbaf3 100644
--- a/rules/glibmm.make
+++ b/rules/glibmm.make
@@ -19,7 +19,7 @@ GLIBMM_VERSION:= 2.30.1
Signed-off-by: Ladislav Michl
---
rules/gobject-introspection.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gobject-introspection.make b/rules/gobject-introspection.make
index 5d7679e61..fda19cd13 100644
--- a/rules/gobject-introspection.make
+++ b/rules/gobject
Signed-off-by: Ladislav Michl
---
rules/glib.make | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/rules/glib.make b/rules/glib.make
index 17668d93c..7a9aed2ed 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -19,11 +19,9 @@ GLIB_VERSION := 2.64.4
GLIB_MD5
Signed-off-by: Ladislav Michl
---
rules/gtk-engines.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gtk-engines.make b/rules/gtk-engines.make
index c4ccf16bb..2544c89cb 100644
--- a/rules/gtk-engines.make
+++ b/rules/gtk-engines.make
@@ -19,7 +19,7
Signed-off-by: Ladislav Michl
---
rules/gtk.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gtk.make b/rules/gtk.make
index c138870f8..252540511 100644
--- a/rules/gtk.make
+++ b/rules/gtk.make
@@ -18,7 +18,7 @@ GTK_VERSION := 3.24.21
GTK_MD5
Signed-off-by: Ladislav Michl
---
rules/gtk2.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gtk2.make b/rules/gtk2.make
index c9aa90987..bed71cf25 100644
--- a/rules/gtk2.make
+++ b/rules/gtk2.make
@@ -18,7 +18,7 @@ GTK2_VERSION := 2.24.32
GTK2_MD5
Signed-off-by: Ladislav Michl
---
rules/host-gtk-doc.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/host-gtk-doc.make b/rules/host-gtk-doc.make
index aef45d5d1..5245ee351 100644
--- a/rules/host-gtk-doc.make
+++ b/rules/host-gtk-doc.make
@@ -18,7 +18,7
Signed-off-by: Ladislav Michl
---
rules/json-glib.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/json-glib.make b/rules/json-glib.make
index 496e0b7f7..24948318d 100644
--- a/rules/json-glib.make
+++ b/rules/json-glib.make
@@ -18,7 +18,7 @@ JSON_GLIB_VERSION
Signed-off-by: Ladislav Michl
---
rules/libcroco.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libcroco.make b/rules/libcroco.make
index c95572ebb..74d9b31e5 100644
--- a/rules/libcroco.make
+++ b/rules/libcroco.make
@@ -19,7 +19,7 @@ LIBCROCO_VERSION
Signed-off-by: Ladislav Michl
---
rules/libgee.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libgee.make b/rules/libgee.make
index f0ddd3525..30afb569a 100644
--- a/rules/libgee.make
+++ b/rules/libgee.make
@@ -18,7 +18,7 @@ LIBGEE_VERSION:= 0.5.1
Signed-off-by: Ladislav Michl
---
rules/libgsf.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libgsf.make b/rules/libgsf.make
index bd956a381..871ce2357 100644
--- a/rules/libgsf.make
+++ b/rules/libgsf.make
@@ -18,7 +18,7 @@ LIBGSF_VERSION:= 1.14.30
Signed-off-by: Ladislav Michl
---
rules/libgudev.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libgudev.make b/rules/libgudev.make
index a1cdab3e6..637ea662d 100644
--- a/rules/libgudev.make
+++ b/rules/libgudev.make
@@ -18,7 +18,7 @@ LIBGUDEV_VERSION := 230
Signed-off-by: Ladislav Michl
---
rules/libsigcpp.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libsigcpp.make b/rules/libsigcpp.make
index b11d36f6a..d27521b84 100644
--- a/rules/libsigcpp.make
+++ b/rules/libsigcpp.make
@@ -19,7 +19,7 @@ LIBSIGCPP_VERSION
Signed-off-by: Ladislav Michl
---
rules/librsvg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/librsvg.make b/rules/librsvg.make
index aaf2e5d99..af2cece09 100644
--- a/rules/librsvg.make
+++ b/rules/librsvg.make
@@ -19,7 +19,7 @@ LIBRSVG_VERSION := 2.26.3
Signed-off-by: Ladislav Michl
---
rules/libsoup.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/libsoup.make b/rules/libsoup.make
index a40ad7f58..4a9da41f4 100644
--- a/rules/libsoup.make
+++ b/rules/libsoup.make
@@ -18,7 +18,7 @@ LIBSOUP_VERSION := 2.66.2
Signed-off-by: Ladislav Michl
---
rules/mobile-broadband-provider-info.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/mobile-broadband-provider-info.make
b/rules/mobile-broadband-provider-info.make
index 6c5803289..57588f1db 100644
--- a/rules/mobile
Signed-off-by: Ladislav Michl
---
rules/networkmanager-fortisslvpn.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/networkmanager-fortisslvpn.make
b/rules/networkmanager-fortisslvpn.make
index e5f538f3c..196d6aa5e 100644
--- a/rules/networkmanager-fortisslvpn.make
Signed-off-by: Ladislav Michl
---
rules/networkmanager-openvpn.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/networkmanager-openvpn.make
b/rules/networkmanager-openvpn.make
index 3bea76379..69d4fb556 100644
--- a/rules/networkmanager-openvpn.make
+++ b/rules
Signed-off-by: Ladislav Michl
---
rules/networkmanager.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/networkmanager.make b/rules/networkmanager.make
index 26225e0b0..8e89a11e7 100644
--- a/rules/networkmanager.make
+++ b/rules/networkmanager.make
@@ -19,7 +19,7
Signed-off-by: Ladislav Michl
---
rules/pango.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/pango.make b/rules/pango.make
index e6deb92c9..3421eff56 100644
--- a/rules/pango.make
+++ b/rules/pango.make
@@ -20,7 +20,7 @@ PANGO_VERSION := 1.43.0
PANGO_MD5
Signed-off-by: Ladislav Michl
---
rules/python3-gi.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/python3-gi.make b/rules/python3-gi.make
index e65a60bdc..969b6445e 100644
--- a/rules/python3-gi.make
+++ b/rules/python3-gi.make
@@ -18,7 +18,7 @@ PYTHON3_GI_VERSION
1 - 100 of 583 matches
Mail list logo