summaryrefslogtreecommitdiffstats
path: root/rules/host-gobject-introspection.make
Commit message (Collapse)AuthorAgeFilesLines
* gobject-introspection: version bump 1.56.1 -> 1.66.1Michael Olbrich2020-12-041-12/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: host-gobject-introspection: Fix incorrect '/lib' replacementPim Klanke2018-09-101-1/+1
| | | | | | | | | | | | | | | | | | | Instead of replacing all occurrences of /lib, replace all occurrences of '/lib' (including the single quotes). When building from a Jenkins environment, the workdir is, by default, located under /var/lib/jenkins/. This lead to the following issue. The first sed command replaces "/share" with: "/var/lib/jenkins/<workdir>/sysroot-host/share/" The second sed command replaces /lib (without quotes!) and alters the previously replaced "/share" into: "/var/var/lib/jenkins/workdir/sysroot-host/lib/jenkins/workdir/sysroot- host/share/" Signed-off-by: Pim Klanke <pim@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: version bump 1.52.1 -> 1.56.1Michael Olbrich2018-06-051-5/+2
| | | | | | Switch to Python 3 while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: Fix rpath lookup for symlinked packagesptxdist-2017.01.0Michael Tretter2017-01-231-1/+1
| | | | | | | | | | | | | If the package directory is a symlink to a local_src directory, find by default does not resolve the symlink. Therefore, libtool does not find the .libs directories, which leads to linking errors for packages using gobject-introspection (e.g., gst-plugins-bad1). Add the -H command line option to resolve symlinks of the command line arguments. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: version bump 1.46.0 -> 1.48.0Michael Olbrich2016-04-211-4/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: new packageMichael Olbrich2016-01-121-0/+75
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>