summaryrefslogtreecommitdiffstats
path: root/rules/python3-shiboken.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*Michael Olbrich2019-07-161-3/+3
| | | | | | | The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. 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: python3-shiboken: Fix recursive path replacement in cmake filePim Klanke2018-09-101-4/+5
| | | | | | | | | | | | | | | | | The install.post target replaces matching patterns in paths in the generated cmake file. If a replacement somehow matches the next script's regexp, the paths are malformed. By adding the '@' at the beginning of each replacement, it is assured the next pattern will never match an earlier replacement. At last, '"@' is replaced with '"', removing the added '@'. In our particular case, the workdir is located in /usr/src/, which matched the last script's regexp, replacing "/usr with "$(SYSROOT). Signed-off-by: Pim Klanke <pim@protonic.nl> [mol: just one '-i' at the beginning] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-shiboken: new packageRobin van der Gracht2018-02-011-0/+90
The patches directory patches/shiboken-1.2.2 is ready and compile-time tested with python2 and python3. Because we could not really test shiboken 1.2.2 (python2), we did not do a version bump for it. Signed-off-by: Robin van der Gracht <robin@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>