summaryrefslogtreecommitdiffstats
path: root/recipes-security/nmap/files/nmap-redefine-the-python-library-dir.patch
Commit message (Collapse)AuthorAgeFilesLines
* nmap: upgrade to 7.50Jackie Huang2017-07-291-0/+37
- Add a patch to fix python library install dir for multilib. - Add a patch to fix race condition with mkdir command. - Inherit pythonnative instead of python-dir and install python modules for ndiff to fix the following errors: """ root@qemux86-64:~# ndiff --help -sh: /usr/bin/ndiff: /path_to_build/tmp/hosttools/python: bad interpreter: No such file or directory root@qemux86-64:~# python /usr/bin/ndiff Could not import the ndiff module: 'No module named ndiff'. """ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>