summaryrefslogtreecommitdiffstats
path: root/rules/host-gobject-introspection.make
Commit message (Collapse)AuthorAgeFilesLines
* 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>