summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* flex: Updated source version to 2.5.39Carsten Schlote2016-06-131-3/+3
| | | | | Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* NetworkManager: fix resolv.conf handlingRobert Schwebel2016-06-131-0/+1
| | | | | | | | | | | | | | | With NetworkManager 1.2, the /etc/resolv.conf handling was changed and we didn't notice. NetworkManager assumes that resolv.conf is already handled manually and writes its generated resolv.conf only to /run/NetworkManager/resolv.conf instead of the location we set our /etc/resolv.conf link to. By setting rc-manager=file, the old behaviour is restored. Found-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: version bump 2.27.1 -> 2.28Robert Schwebel2016-06-134-35/+7
| | | | | | | | | The new version checks for unrecognized options; --without-termcap is outdated, so we remove it. The patches are ported. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: update host-util-linux-ng as well] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: fix libnm handlingRobert Schwebel2016-06-131-4/+1
| | | | | | | | | | | | | Since NewtworkManager 1.0, libnm is the new API and replaces libnm-util and libnm-glib; these files are still there, but officially declared to be deprecated. This fix also avoids a dependency on DBUS_GLIB, which is also deprecated for quite some time now and replaced by GDBUS. Inspired-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgudev: add missing dependency to host-glibRobert Schwebel2016-06-131-0/+1
| | | | | | | | | | | Without this dependency, building libgudev fails with make[1]: Entering directory '/home/rsc/ptx-git/DistroKit/platform-beaglebone/build-target/libgudev-230' GEN gudev/gudevenumtypes.c /bin/bash: glib-mkenums: command not found Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: don't install broken 'source' / 'build' linksMichael Olbrich2016-06-131-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* install_copy_toolchain: go back to old install handlingMichael Olbrich2016-06-131-0/+15
| | | | | | | | Using just 'ptxd_install_file' does not install all symlinks and ptxd_install_shared does not handle errors correctly causes some symlinks to be installed again. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_install_toolchain_lib: use ptxd_install_file instead of ptxd_install_sharedMichael Olbrich2016-06-101-1/+1
| | | | | | | ptxd_install_toolchain_lib creates ptxd_install_link for all necessary links, so using ptxd_install_shared just creates them a second time. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: install libQt5QuickWidgets if builtMichael Olbrich2016-06-052-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: clean up examplesMichael Olbrich2016-06-052-3167/+0
| | | | | | | - don't install files that are built into binaries as resources - skip examples that don't install anything usefull Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: fix sctp.h detectionMichael Olbrich2016-06-051-5/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer-vaapi1: building without gstreamer debugging is brokenMichael Olbrich2016-06-051-0/+1
| | | | | | | GstDebugCategory objects are used as function arguments. They do not exist if debugging is enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* policycoreutils: only install /etc/sestatus.conf if sestatus is enabledMichael Olbrich2016-06-051-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: fix dependenciesMichael Olbrich2016-06-051-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-driver-input-void: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-driver-input-tslib: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-driver-input-mouse: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-driver-input-keyboard: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-driver-input-evdev: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pango: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* freetype: version bump 2.5.2 -> 2.6.3Michael Olbrich2016-06-054-36/+38
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fontconfig: version bump 2.11.0 -> 2.11.1Michael Olbrich2016-06-051-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst*1: cleanup common optionsMichael Olbrich2016-06-057-42/+38
| | | | | | | Don't use the shared options for gstreamer-0.10 and use them for more packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gtk: add missing dependencyMichael Olbrich2016-06-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* acl: always build and install shared libraryMichael Olbrich2016-06-054-10/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_finish: improve outputMichael Olbrich2016-06-051-4/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: never overwrite a specified strip argumentMichael Olbrich2016-06-051-2/+2
| | | | | | | | If a strip argument is given, don't overwrite it with the readelf result. This avoids some unnecessary calls of readelf but may break packages with incorrect strip arguments. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* install_copy_toolchain_lib: don't ignore strip argumentMichael Olbrich2016-06-052-2/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_install_copy_toolchain: set strip argument unless explicitly specifiedMichael Olbrich2016-06-051-1/+4
| | | | | | | | With this change strip=y will no longer be specified for non elf files. This will be needed for later changes, when any explicitly specified strip argument is enforced. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: use install_globMichael Olbrich2016-06-051-4/+2
| | | | | | | | With this change strip=y will no longer be specified for non elf files. This will be needed for later changes, when any explicitly specified strip argument is enforced. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* targetinfo: fix dependeny loggingMichael Olbrich2016-06-051-2/+1
| | | | | | The old code dropped all but the last dependency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: don't install example pluginMichael Olbrich2016-05-311-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: add missing '&&'Michael Olbrich2016-05-311-1/+1
|
* ptxd_make_xpkg_pkg: fix strip detection.Michael Olbrich2016-05-311-4/+4
| | | | | | | | | | Without this, the strip argument is ignored. As a result, all kernel modules are broken. Also, always run readelf for now. Anything else breaks the current kernel and glibc packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pulseaudio: add missing dependencyptxdist-2016.05.0Michael Olbrich2016-05-301-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: add missing dependencyMichael Olbrich2016-05-301-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: document install_globMichael Olbrich2016-05-291-0/+54
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: document --output-syncMichael Olbrich2016-05-291-0/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* redirect command stderr to stdoutMichael Olbrich2016-05-295-6/+6
| | | | | | | | | | | | | Redirect stderr to stdout for the actual autogen.sh, prepare, compile, install and opkg-build command. This preserves the chronological order of stdout vs. stderr when building packages in parallel with output sync enabled. As a side-effect, the stderr output of these commands won't show up on the console for quiet builds. But most of that is not really useful by itself anyways. And the resulting logfile is more readable now for the rest. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_prepare: cleanup sanity checksMichael Olbrich2016-05-291-9/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* polkit: fix URLMichael Olbrich2016-05-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xfsprogs: version bump 4.2.0 -> 4.5.0Michael Olbrich2016-05-282-3/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: add patch to build with systemd 230Michael Olbrich2016-05-272-1/+54
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* polkit: version bump 0.104 -> 0.105Michael Olbrich2016-05-274-2/+29
| | | | | | | This is the last version that does not require libjs. Also, add patch to build check for libsystemd instead of libsystemd-login. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: strip only onceMichael Olbrich2016-05-271-26/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Toplevel: specify full path to bashMichael Olbrich2016-05-271-1/+1
| | | | | | | Otherwise make will always try to execute bash from every directory in $PATH. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 229 -> 230Michael Olbrich2016-05-2716-93/+98
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: add missing dependencyMichael Olbrich2016-05-271-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: fix --no-output-syncMichael Olbrich2016-05-271-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: fix dependency loopMichael Olbrich2016-05-271-3/+3
| | | | | | | The plugins must select networkmanager, so the sub-menu cannot depend on networkmanager. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>