Index: README
===================================================================
--- README (nonexistent)
+++ README (revision 5)
@@ -0,0 +1,32 @@
+
+/* begin *
+
+ gpgme-1.15.1-python-cross.patch - set PYTHONPATH, LDSHARED variables for setyp.py script by
+ user defined environment variable PYTHON_PATH and PYTHON_LDSHARED
+ like follow:
+ $ make PYTHON_PATH=path-to-python/lib-dinload \
+ PYTHON_LDSHARED='path-to-cross-gcc --sysroot=...'
+ NOTE: that works only with Python3.
+
+ Also this patch splits setup.py install arguments
+ setup.py install \
+ --root="$(DESTDIR)" \
+ --install-lib=$(PYTHON_SITE_PKG) \
+ --prefix="$(prefix)" \
+ to correctly set Python's site-packages path.
+
+ PYTHON_PATH - path to Python lib-dinload directory where placed the sysconfig file
+ got build machine Python, for example:
+ PYTHON_PATH=PATH_TO_DEVENV_SYSROOT/usr/lib/python3.7/lib-dynload
+ if your build machine is an x86_64 Linux machine then the file:
+ _sysconfigdata_m_linux_x86_64-linux-gnu.py
+ will be used by Python setup tools to get system variables to
+ build extension module. For example the suffix of shared library
+ defined by EXT_SUFFIX variable in the _sysconfigdata_* file.
+
+ PYTHON_LDSHARED - cross linker for Python extension module, for example:
+ /opt/toolchains/ppc64-POWER8-linux-glibc/1.6.4/bin/ppc64-power8-linux-gnu-gcc \
+ --sysroot=PATH_TO_DEVENV_SYSROOT -shared
+ used to define 'LDSHARED' environment variable to build Python extensions.
+
+ * end */
Index: .
===================================================================
--- . (nonexistent)
+++ . (revision 5)
Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~