Tom Hochstein
07b5b96020
glm: Add recipe for OpenGL Mathematics library
...
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:41 +01:00
Tom Hochstein
e386a9a6c4
assimp: Add missing dependency on virtual/libgl
...
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:41 +01:00
Derek Straka
579a7bb3b5
Update meta-webserver README to add Derek Straka as the maintainer
...
Signed-off-by: Derek Straka <derek@asterius.io >
Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:41 +01:00
Derek Straka
a5c5b1a8cf
python-pbr: update to version 2.0.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:40 +01:00
Derek Straka
c036ae10e1
python-flask-sqlalchemy: update to version 2.2
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:40 +01:00
Derek Straka
eeffd9d20c
python-werkzeug: set clean as broken
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:40 +01:00
Derek Straka
1597be88b3
python-flask: set clean as broken
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:40 +01:00
Derek Straka
87ba89575c
python-click: set clean as broken
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:39 +01:00
Derek Straka
408b6665bf
libmime-types-perl: update to version 2.13
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:39 +01:00
Derek Straka
1afefcf7bf
libcgi-perl: update to version 4.35
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-11 17:56:39 +01:00
Alejandro Mery
b17bbbe224
gitver: fix try/except syntax for python3 support
...
https://www.python.org/dev/peps/pep-3110/
It's backward compatible with 2.6+
Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:30:26 +01:00
Peter Kjellerstedt
0c31f55bcf
Make use of the new bb.utils.filter() function
...
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:30:26 +01:00
Robert P. J. Day
b4524eb786
meta-python: Remove superfluous "PYPI_PACKAGE" assignments
...
Given calculation of PYPI_PACKAGE value from recipe file name, a
number of Python recipe files unnecessarily set this value, so delete
these superfluous lines.
In addition, the act of editing added a missing EOL at the end of one
of the files.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:30:26 +01:00
Peter Kjellerstedt
c10c1c0cfd
meson.bbclass: Add progress support for do_compile()
...
ninja provides progress information when building so let's make use of
it.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:30:26 +01:00
Max Krummenacher
1bbb552e96
libunique: depends on dbus-glib-native
...
Adds the missing dbus-binding-tool into RSS.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:29:46 +01:00
Derek Straka
5962ec478c
python-dnspython: add initial recipe with version 1.15.0
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:29:46 +01:00
Derek Straka
d911e0f5f1
python-babel: add initial recipe for version 2.3.4
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:29:45 +01:00
Andre McCurdy
e54e5fbcee
libmng: fix duplicate dependency on lcms + misc cleanup
...
The dependency on lcms is handled via the PACKAGECONFIG option, so
doesn't need to be hardcoded in DEPENDS. Also update HOMEPAGE, add
support for libmng-native and fix typo in PACKAGECONFIG[lcms].
Signed-off-by: Andre McCurdy <armccurdy@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:29:45 +01:00
Tom Hayward
f291c5e076
fuse-exfat: fix mount detection of mount.exfat
...
When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was
removed from the recipe. This left the installation target as sbindir
(/usr/sbin/). This breaks `mount -t exfat /dev/sda1 /media/sda1`, because
mount only searches for mount.exfat in /sbin/, /sbin/fs.d/, and /sbin/fs/.
With sbindir = "${base_sbindir}", mount.exfat is installed at /sbin/mount.exfat
where mount can find it.
Signed-off-by: Tom Hayward <tom@harbortronics.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-07 13:29:45 +01:00
Zheng Ruoqin
cd5b07e5a8
zabbix: 2.4.7 -> 3.0.8
...
Upgrade zabbix from 2.4.7 to 3.0.8
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:39:51 +01:00
mike.looijmans@topic.nl
0d0709cf06
fuse: Remove unneeded RDEPENDS on util-linux-mount
...
Fuse claimed to need util-linux-mount at runtime, which isn't true. This
drags util-linux-mount into any image that uses fuse.
Encountered no problems with busybox's mount command and fuse (and never
had). Fuse doesn't call the "mount" program anywhere, so the dependency
doesn't make sense anyway.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:39:51 +01:00
Derek Straka
dcff4339d9
python-anyjson: add a recipe for version 0.3.3
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:56 +01:00
Derek Straka
32b0092f6f
python-simplejson: relocate to meta-python and add a python3 version
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:56 +01:00
Derek Straka
8173c31a01
python-pysqlite: add initial recipe for version 2.8.3
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:56 +01:00
Derek Straka
32e1af7379
python-sqlalchemy: update to version 1.1.6
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:55 +01:00
Derek Straka
0b40da2c34
python-pymisp: update to version 2.4.67
...
Verify license remains and update checksum
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:55 +01:00
Derek Straka
27caea6193
python-parse: update to version 1.8.0
...
Verified that license remains the same and updated the checksum
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:55 +01:00
Derek Straka
3ef05c8a96
python-idna: update to version 2.4
...
Verified the license remains the same and updated the checksum for the
new copyright year.
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:55 +01:00
Derek Straka
b6f9a5dd96
python-pyalsaaudio: update to version 0.8.4
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:54 +01:00
Derek Straka
8f7e76fc14
python-pytest-runner: update to version 2.11.1
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:54 +01:00
Derek Straka
8eaaf546bf
python-pyasn1: update to version 2.2.3
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:54 +01:00
Derek Straka
9cb9783ea1
python-cmd2: update to version 0.7.0
...
Verified the license remains the smae and updated the checksum and location
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:53 +01:00
Derek Straka
25dbf48ff7
efivar: unblacklist package and those that depend on it
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:53 +01:00
Derek Straka
c27b278ef2
xfsprogs: update to version 4.10.0
...
Add a fix for the UUID linking
Verified the license remains the same after copyright year update
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:53 +01:00
Peter Kjellerstedt
f5ad701879
syslog-ng: Update to 3.8.1
...
* The upstream has changed to github.com.
* Remove patches that are no longer needed:
- Fix-the-memory-leak-problem-for-mutex.patch
- configure.patch
- dbifix.patch
- fix-a-memory-leak-in-log_driver_free.patch
* Update syslog-ng.service-the-syslog-ng-service.patch
* openssl is no longer optional, so remove its PACKAGECONFIG.
* Add (disabled) PACKAGECONFIGs for the new http and native modules.
* Disable the new python and java modules.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:53 +01:00
Peter Kjellerstedt
a4835a616b
syslog-ng: Run autoreconf twice to avoid problems with libtool
...
syslog-ng has sub-projects with their own autotools configurations.
Something has been messed up after the switch to RSS and now it
requires autoreconf to be run twice to fully update all files.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:53 +01:00
Tom Hayward
fcd985180b
usb-modeswitch and usb-modeswitch-data: update to 2.5.0 and 20170205 respectively.
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:52 +01:00
Nicolas Ferre
fc80196145
devmem2: Change source URL to regain access to it
...
Change URL due to connexion error on the original page.
As the header of the new devmem2.c source file has changed, change the
signature and the LIC_FILES_CHKSUM specificaiton.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:52 +01:00
Ankit Navik
ff483494be
ell: Initial recipe for Embedded Linux Library
...
Add generic recipe for ELL.
Signed-off-by: Ankit Navik <ankit.tarot@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-03-04 12:38:52 +01:00
Derek Straka
131255dd56
nginx: update to version 1.11.10
...
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
7f502e7239
system-config-keyboard: fix depends to work correctly with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/132829/
and http://errors.yoctoproject.org/Errors/Details/132855/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
8de29d274e
font-bh-100dpi: update depends to fix builds with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130624/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
5fecd31c6c
font-bh-lucidatypewriter-100dpi: update depends to fix builds with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130625/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
be5a3e3fba
font-misc-misc: update depends to fix builds with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130628/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
bac94456a0
font-adobe-utopia-100dpi: update depends to fix builds with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130623/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
b3d7a464c1
font-adobe-100dpi: update depends to fix builds with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130621/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:16 +01:00
Derek Straka
42c2a68dcc
mosh: update inherit to work correctly with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130653/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:15 +01:00
Derek Straka
807722d516
ipmiutil: fix depends to work correctly with RSS
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130641/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:15 +01:00
Derek Straka
88bea29585
usb-modeswitch: update inherit to work correctly with RSS
...
Resolves build issues exposed by RSS
http://errors.yoctoproject.org/Errors/Details/130620/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:15 +01:00
Derek Straka
0760cef000
netdata: update DEPENDS to fix RSS build error
...
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130636/
Signed-off-by: Derek Straka <derek@asterius.io >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-02-28 12:34:15 +01:00