Arnout Vandecappelle (Essensium/Mind)
27aa7ae618
Makefile: help: BR2_DEFCONFIG for defconfig must be on command line
...
The help text says that BR2_DEFCONFIG will be used as input, but a
BR2_DEFCONFIG specified in the existing .config file will *not* be
used. So say explicitly that it must be specified on the command line.
Note that both "BR2_DEFCONFIG=... make defconfig" and
"make defconfig BR2_DEFCONFIG=..." will work.
While we're at it, add a semicolon to separate the two statements.
Note that this overflows the help text beyond 80 characters, but that
is already the case in many other lines.
Reported-by: Anisse Astier <anisse@astier.eu >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 23:21:14 +02:00
Bernd Kuhls
f906302354
package/x11r7/xserver_xorg-server: bump version to 1.20.0
...
Rebased patch 0001 after upstream commit:
https://cgit.freedesktop.org/xorg/xserver/commit/configure.ac?id=e0748b10a8621066b404d713a76826907da777b9
Removed patch 0004, applied upstream:
https://cgit.freedesktop.org/xorg/xserver/commit/glx/glxscreens.c?id=d16133e3e293fe16b291114d344fbd5a61d5ed65
Added legacy handling for internal version option.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 23:10:41 +02:00
Bernd Kuhls
2a37f15738
package/x11r7/xdriver_xf86-video-sis: add upstream patch to fix X.org server 1.20.0 build
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 23:09:26 +02:00
Bernd Kuhls
96604ada8f
package/x11r7/xdriver_xf86-video-savage: add patch to fix X.org server 1.20.0 build
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 23:09:22 +02:00
Bernd Kuhls
63cb49fd90
package/x11r7/xdriver_xf86-video-r128: add upstream patch to fix X.org server 1.20.0 build
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 23:09:07 +02:00
Bernd Kuhls
14c52533f1
package/x11r7/xproto_*: mass removal
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
After switching to xorgproto the old xproto_* packages are removed.
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 23:07:24 +02:00
Bernd Kuhls
bb6d296a90
package/x11r7/xserver_xorg-server: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Removed special handling for various xproto packages because xorgproto
always installs all available protocols.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:34:35 +02:00
Bernd Kuhls
454d246ff0
package/x11r7/xutil_makedepend: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:33:49 +02:00
Bernd Kuhls
e9fbe0f0f3
package/x11r7/xlib_*: mass switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:33:38 +02:00
Bernd Kuhls
3c36dcba54
package/x11r7/xkeyboard-config: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:32:51 +02:00
Bernd Kuhls
4c089c9363
package/x11r7/xdriver_xf86-video-*: mass switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Removed special dri2/dri3 handling because xorgproto always installs
dri3proto.
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:32:43 +02:00
Bernd Kuhls
62e7cbc1de
package/x11r7/xdriver_xf86-input-*: mass switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:32:20 +02:00
Bernd Kuhls
9eec30fd17
package/x11r7/xapp_*: mass switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:31:53 +02:00
Bernd Kuhls
40a324e3fa
package/mesa3d: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Removed dri3 handling because xorgproto always installs dri3proto.
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:31:16 +02:00
Bernd Kuhls
d3c7d05301
package/libvdpau: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:30:09 +02:00
Bernd Kuhls
bb3a33b4bf
package/libdri2: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:30:00 +02:00
Bernd Kuhls
a31c976b30
package/gstreamer1/gst1-plugins-base: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:29:42 +02:00
Bernd Kuhls
79340200f3
package/efl: switch to xorgproto
...
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:29:10 +02:00
Bernd Kuhls
3333894446
package/x11r7/xorgproto: new package
...
Quoting initial release notes:
https://lists.x.org/archives/xorg-announce/2018-February/002835.html
"This package combines the protocol headers, which were formerly
scattered in individual packages. At this point none of them are
changing rapidly enough to justify such fine granularity, particularly
when what changes do occur tend to affect multiple extensions at once
(Present and DRI3 for example). The individual protocols are still
installed as separate pkg-config modules, and consumers should continue
to use the per-protocol package version numbers."
Some xproto_* packages are host-packages so we need to add
host-autotools-package to this package as well.
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:23:01 +02:00
Geoff Levand
ea4c189abf
linux-firmware: add option to install QLogic FastLinQ 4xxxx firmware
...
Signed-off-by: Geoff Levand <geoff@infradead.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:19:58 +02:00
Geoff Levand
51435be1f1
linux-firmware: bump version to latest 8d69bab
...
Update from 65b1c68 (2018-01-04) to 8d69bab (2018-07-17).
Signed-off-by: Geoff Levand <geoff@infradead.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:13:37 +02:00
Bernd Kuhls
a63aad66d3
package/freerdp: bump version to 2.0.0-rc2
...
Fixes build with upcoming ffmpeg version 4.0.2.
Removed 0001-Fix-gstreamer-1.0-detection.patch, applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 22:12:11 +02:00
Luca Ceresoli
822c34c301
uboot: zynqmp: allow to use custom psu_init files
...
U-Boot SPL configures pinmuxes, clocks and other low-level devices. On
the Xilinx ZynqMP SoCs the code to do this resides in a file called
psu_init_gpl.c which is initially generated by the Xilinx development
tools. Add an option to pass these files from the outside (e.g. in the
board files).
For this to work properly, a patch to U-Boot is needed. However this
patch must be applied by each defconfig using
BR2_TARGET_UBOOT_ZYNQMP_PSU_INIT_DIR. If it were in boot/uboot/ to be
applied unconditionally, it would break the build for configs using a
U-Boot version where the patch is already applied.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Cc: Joel Carlson <joelsoncarl@gmail.com >
Reviewed-by: Joel Carlson <JoelsonCarl@gmail.com >
Tested-by: Joel Carlson <JoelsonCarl@gmail.com >
[Thomas: add comment about U-Boot version requirements to use this
option.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 19:27:38 +02:00
Luca Ceresoli
86eecc4606
configs/zynqmp_zcu106_defconfig: add Xilinx ZCU106 board (ZynqMP SoC)
...
This adds support the Xilinx ZCU106 development board.
[Tested on the ES2 (Engineering Sample 2) version of the board]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Cc: Joel Carlson <joelsoncarl@gmail.com >
Tested-by: Joel Carlson <JoelsonCarl@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 19:18:31 +02:00
Luca Ceresoli
e865a1f03c
uboot: zynqmp: generate SPL image with PMUFW binary
...
In order to boot on the Xilinx ZynqMP SoCs, U-Boot SPL requires a
recent PMU firmware loaded. Instruct U-Boot to add pmufw.bin to the
boot.bin file together with U-Boot SPL, and the boot ROM will load
both.
For this to work properly, a patch to U-Boot is needed. However this
patch must be applied by each defconfig that wishes to use
BR2_TARGET_UBOOT_ZYNQMP_PMUFW. If it were in boot/uboot/ to be applied
unconditionally, it would break the build for configs using a U-Boot
version higher than 2018.7-rc1 where the patch is already applied.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Cc: Joel Carlson <joelsoncarl@gmail.com >
Reviewed-by: Joel Carlson <JoelsonCarl@gmail.com >
Tested-by: Joel Carlson <JoelsonCarl@gmail.com >
[Thomas:
- indicate that this feature requires U-Boot 2018.07, since commit
c7df098a71e05dc81cee818747759e8060b59626 is needed.
- define UBOOT_ZYNQMP_KCONFIG_PMUFW only once, and instead use a
variable named UBOOT_ZYNQMP_PMUFW_PATH to store the path to the PMU
firmware]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 16:32:07 +02:00
Bernd Kuhls
826981d45d
package/libnss: fix aarch64_be build
...
libnss does not treat aarch64_be the same way as aarch64:
https://hg.mozilla.org/projects/nss/file/fb3585458ac3/lib/freebl/Makefile#l523
Add code to translate "aarch64_be" into "aarch64" to fix
http://autobuild.buildroot.net/results/4fca771980f9b049ce2690971ddd856652cd5b43/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 16:16:28 +02:00
Bernd Kuhls
15619a77fc
package/tvheadend: bump version
...
Removed patch 0002 after upstream commit:
e26ce3390a
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 16:07:10 +02:00
Thomas Ehrhardt
568172d355
postgresql: add optional dependency on libxml2
...
The postgresql package is now built with --with-libxml if
BR2_PACKAGE_LIBXML2 is selected to allow the use of XML functions in
postgresql.
Signed-off-by: Daniel Deterding <dde@innovaphone.com >
Signed-off-by: Thomas Ehrhardt <tehrhardt@innovaphone.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2018-07-28 16:06:07 +02:00
Marcus Folkesson
9dd076dd30
libostree: override path to gpg-error-config
...
libostree has begun to use `gpg-error-config` in their configuration
script.
Point out gpg-error-config in staging dir to avoid using the one
installed on the host system.
Fixes:
http://autobuild.buildroot.net/results/447b96e449e881cf1bd9644cda0f386aa4c75724
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2018-07-28 15:53:33 +02:00
Thomas Petazzoni
b50c95e914
dtc: do not build/install python support
...
The pylibfdt in dtc is new since 1.4.5, and therefore built since the
bump from 1.4.4 to 1.4.7 in commit
7b929ddcf0 . Unfortunately, this Python
support causes a number of build failures, be it for host-dtc or dtc.
Since this Python support is not used/needed by anything in Buildroot
at this point, let's simply disable it by passing NO_PYTHON=1. While
doing this, introduce DTC_MAKE_OPTS and HOST_DTC_MAKE_OPTS to avoid
duplicating the variables several times.
Fixes:
http://autobuild.buildroot.net/results/1ad41fd4890af0c97ee4ff2994ea5431b8953ef8/ (host-dtc)
http://autobuild.buildroot.net/results/0aefc3aa03a93b1fdf76f2d8946b6f423405382f/ (dtc)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 15:33:51 +02:00
Bernd Kuhls
e169c0f919
linux: bump default to version 4.17.11
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 14:45:31 +02:00
Bernd Kuhls
30fc1bee72
linux-headers: bump 4.{4, 9, 14, 16, 17}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-28 14:45:27 +02:00
Bernd Kuhls
57d4a27eaf
package/{mesa3d, mesa3d-headers}: bump version to 18.1.5
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Tested-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:55:32 +02:00
Thomas De Schampheleire
36bc9d8b92
perl-net-telnet: add missing license declaration
...
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:51:51 +02:00
Thomas De Schampheleire
d7052c6fee
perl-net-ping: add missing license declaration
...
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:51:46 +02:00
Thomas De Schampheleire
2fc04ce407
perl-mime-base64-urlsafe: add missing license declaration
...
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:51:42 +02:00
Thomas De Schampheleire
04e4e9d581
perl-crypt-cbc: add missing license declaration
...
Update the license as found in the actual source file, and remove the README
from _LICENSE_FILES as it does not contain anything regarding licenses.
Note that adding the source file as LICENSE_FILE means that the
corresponding hash will be different on every version bump.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:51:01 +02:00
Thomas De Schampheleire
81f1a05b8a
perl-crypt-blowfish: add missing license declaration
...
The license of this package is not standard, it is a combination of two
sets of statements coming from two different authors.
The license resembles the original 4-clause BSD license (thus including
advertising clause) but without the third clause about endorsement.
The label 'BSD-4-Clause-like' nevertheless seems the closest match.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:50:23 +02:00
Romain Naour
40d7ada340
package/clang: bump to version 6.0.1
...
http://releases.llvm.org/6.0.1/tools/clang/docs/ReleaseNotes.html
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Cc: Joseph Kogut <joseph.kogut@gmail.com >
Cc: Valentin Korenblit <valentinkorenblit@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:46:16 +02:00
Romain Naour
900fec702a
package/llvm: bump to version 6.0.1
...
http://releases.llvm.org/6.0.1/docs/ReleaseNotes.html
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Cc: Joseph Kogut <joseph.kogut@gmail.com >
Cc: Valentin Korenblit <valentinkorenblit@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 23:46:06 +02:00
Fabio Estevam
871d0edf5b
linux-headers: bump 4.{4, 9, 14, 17}.x series
...
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:36:23 +02:00
Fabio Estevam
d7e6877835
linux: bump default to version 4.17.10
...
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:36:20 +02:00
Trent Piepho
7417daf0eb
lttng-tools: bump to version 2.10.4
...
Remove patches now present upstream and drop no longer needed
autoreconf.
Signed-off-by: Trent Piepho <tpiepho@impinj.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:22:08 +02:00
Trent Piepho
dda7a90624
lttng-modules: bump version to 2.10.6
...
This is needed for kernel 2.16.x compatiblity.
Signed-off-by: Trent Piepho <tpiepho@impinj.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:22:03 +02:00
Marcin Niestroj
3d4f28f768
uboot: bump to version 2018.07
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:18:59 +02:00
Marcin Niestroj
36038a8ffc
uboot-tools: bump to version 2018.07
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:18:54 +02:00
Peter Seiderer
66cc6eb178
gstreamer1: bump to 1.14.2
...
For release desription see [1].
- gst1-vaapi: remove upstream patch 0001-plugins-guard-GstGL-code.patch
[1] https://gstreamer.freedesktop.org/releases/1.14/#1.14.2
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:18:17 +02:00
Romain Naour
b338fb7429
package/gcc: bump to version 8.2.0
...
Remove upstream patches.
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-27 09:07:58 +02:00
Francois Perrad
c83f2c14f8
luarocks: bump to version 3.0.0
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-25 23:29:12 +02:00
Bernd Kuhls
32ff94ece1
package/x11r7/xapp_xkbcomp: bump version to 1.4.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-07-25 23:13:51 +02:00