summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install_mangle_pc.awk
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* ptxd_make_world_install_mangle_pc: match pkgdir paths in .pc filesMichael Olbrich2019-05-201-3/+2
| | | | | | e.g. glew uses the destdir for includedir/libdir Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_install_mangle_pc: fix warningsMichael Olbrich2015-12-281-1/+1
| | | | | | | Just like 99df263919d3ea8ae8ed3aeb873eeab19fa01945 but for ptxd_make_world_install_mangle_pc.awk Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_install_mangle_pc: use '${prefix}/lib' for libdirMichael Olbrich2014-06-271-1/+1
| | | | | | | | | | | The regex is basically <prefix>/lib so '${prefix}/lib' is the correct value. Usually that is not a problem because prefix == exec_prefix, but this fails for .pc files that do not define exec_prefix at all. Without this checking for libpci fails with: Variable 'exec_prefix' not defined in '.../sysroot-target/usr/lib/pkgconfig/libpci.pc' Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_install_mangle_pc: make references to dirs in sysroot ↵Marc Kleine-Budde2013-02-051-1/+4
| | | | | | relative, too Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_install_mangle_pc: fix for prefix=/Michael Olbrich2011-04-121-8/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lib] define pkg_sysroot_dir for all packagesMichael Olbrich2010-01-181-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_world] rename pkg_pkgdir -> pkg_pkg_dirMarc Kleine-Budde2009-11-091-5/+5
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_world_install_mangle_pc.awk] also replace $pkg_pkgdirMichael Olbrich2009-11-091-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_world_install_mangle_pc] make .pc file relocatableMarc Kleine-Budde2009-08-061-0/+78
this gawk script makes pkg-config's pc files relocatable. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>