summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tcpdump: upgrade to 4.8.1Oleksandr Kravchuk2017-02-221-4/+3
| | | | | | | | | Upgraded tcpdump to version 4.8.1 and removed deprecated ipv6 configure flag. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lftp: update to 4.7.5 and change SRC_URI sourceOleksandr Kravchuk2017-02-221-3/+3
| | | | | | | | | Updated lftp to version 4.7.5 and changed SRC_URI source to official web-site, which keeps tarballs with old releases. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* android-tools: add libcap dependency and fix build on big endian systemsMartin Jansa2017-02-222-9/+53
| | | | | | | | | | | | | | | | | | | | * add dependency on libcap to fix: android-tools/5.1.1.r37-r0/git/system/core/adb/adb.c:39:28: fatal error: sys/capability.h: No such file or directory #include <sys/capability.h> ^ * add patch from buildroot to fix build with newer glibc and on bit-endian systems android-tools/5.1.1.r37-r0/git/system/core/adb/usb_linux_client.c:38:25: error: initializer element is not constant #define cpu_to_le32(x) htole32(x) ^ * and also disable thumb to fix: http://errors.yoctoproject.org/Errors/Details/133881/ * drop default apply=yes for the .patch files Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: add libxslt-native to DEPENDS and unblacklistAndreas Müller2017-02-221-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* a2jmidid: add pkgconfig to inherit and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* onboard: add necessary native recipes to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany-plugins: unblacklist - geany is backAndreas Müller2017-02-221-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: add intltool-native to DEPENDS and unblacklistAndreas Müller2017-02-221-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gthumb: fix implict dependency on gconf causing configure failPaul Gortmaker2017-02-221-1/+1
| | | | | | | | | | | | | | | | Currently we see: | checking for gconftool-2... no | configure: error: gconftool-2 executable not found in your path - should be installed with GConf | ERROR: Function failed: do_configure (log file is located at gthumb/2.12.4-r4/temp/log.do_configure.5243) ERROR: Task (meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb:do_configure) failed with exit code '1' Presumably this now happens more regularly with demise of the shared sysroot. Adding gconf-native to the dependency list fixes it. Cc: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* florence: add explicit dependency on gconf-native to fix install errorPaul Gortmaker2017-02-221-1/+1
| | | | | | | | | | | | | | | We currently see: | /bin/bash: gconftool-2: command not found | Makefile:841: recipe for target 'install-data-local' failed | make[3]: *** [install-data-local] Error 127 Presumably this now happens more regularly with demise of the shared sysroot. Adding gconf-native to the dependency list fixes it. Cc: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to version 4.7.3Derek Straka2017-02-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-simplejson: update to version 3.10.0Derek Straka2017-02-221-4/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* farsight: fix implicit pkgconfig dependency causing configure failPaul Gortmaker2017-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | In the config log we see: configure:12277: checking whether to build static libraries configure:12281: result: yes configure:12419: checking for x86_64-overc-linux-pkg-config configure:12452: result: no configure:12462: checking for pkg-config configure:12495: result: no configure:12801: Using Farsight2 source release as package name configure:12825: Using Unknown package origin as package origin configure:12879: Using /usr/libexec/gst-install-plugins-helper as plugin install helper configure:12953: checking for NICE configure:13022: error: Need libnice >= 0.0.9 While it libnice that fails configure, it is the absence of pkg-config several lines above that causes the failure, as libnice is in the sysroot. For most build hosts, you'll have to remove the default binary that lives in /usr/bin/pkg-config in order to see this failure. Cc: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: unblacklist - all dependencies are backAndreas Müller2017-02-221-6/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-multimedia: unblacklist - dependencies are backAndreas Müller2017-02-221-6/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-mixer: unblacklist - gst-plugins-base is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-meta-base: unblacklist - all dependencies are backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-rtsp: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-ugly: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-good: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-gl: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-base: unblacklist gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-plugins-bad: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-openmax: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-fluendo-mpegdemux: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gst-fluendo-mp3: unblacklist - gstreamer is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libqmi: add glib-2.0-native dependency and unblacklist - libmbim is backAndreas Müller2017-02-221-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xdg-user-dirs: fix build by disabling building of man pages and unblacklistAndreas Müller2017-02-222-2/+34
| | | | | | Have tried adding several native dependenciesbut gut no successful build. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gedit: unblacklist - gtksourceview2 is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* modemmanager: unblacklist - libmbim is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libmbim: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* mousepad: unblacklist - gtksourceview2 is backAndreas Müller2017-02-221-3/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gtksourceview2: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-sensors-plugin: unblacklist - lmsensors is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* lmsensors: fix fetch and unblacklistAndreas Müller2017-02-221-5/+3
| | | | | | | Error was not caused by RSS but upstream package path renaming without version bump - tse tse... Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-verve-plugin: add dbus-glib-native to DEPENDS and unblacklistAndreas Müller2017-02-221-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: update 2.0.3 -> 2.1.0Andreas Müller2017-02-221-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: unblacklist - menulibre should be backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* menulibre: add intltool-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | | I cannot reproduce buzild error so this is just guesswork... Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* ristretto: update 0.8.1 -> 0.8.2Andreas Müller2017-02-221-3/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* ristretto: unblacklist - dependencies are backAndreas Müller2017-02-221-6/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* tumbler: add dbus-glib-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* imsettings: fix build and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | | | | | * libgxim is back * inheriting gobject-introspection fixes: | <...>/imsettings/1.7.1-r0/recipe-sysroot/usr/bin/g-ir-scanner-wrapper: line 5: g-ir-scanner: command not found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libgxim: add glib-2.0 to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-mpc-plugin: unblacklist - all dependencies are backAndreas Müller2017-02-221-6/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfmpc: unblacklist - all dependencies are backAndreas Müller2017-02-221-6/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* glade3: unblacklist - libbonoboui and libgnomeui are backAndreas Müller2017-02-221-4/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libgnomeui: unblacklist - libgnome is backAndreas Müller2017-02-221-2/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libbonoboui: unblacklist - libgnome and libbonobo are backAndreas Müller2017-02-221-3/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>