| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | python-config.patch | 4 Subject: [PATCH] python-config: Revert to using distutils.sysconfig 6 The newer sysconfig module shares some code with distutils.sysconfig, but the same modifications as… 8 12-distutils-prefix-is-inside-staging-area.patch makes distutils.sysconfig 30 -import sysconfig 33 +from distutils import sysconfig 42 + print(sysconfig.PREFIX) 46 + print(sysconfig.EXEC_PREFIX) 49 - flags = ['-I' + sysconfig.get_path('include'), 50 - '-I' + sysconfig.get_path('platinclude')] 51 + flags = ['-I' + sysconfig.get_python_inc(), [all …]
|
| H A D | 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | 4 Subject: [PATCH] sysconfig.py: use platlibdir also for purelib 13 Lib/sysconfig.py | 2 +- 16 diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py 18 --- a/Lib/sysconfig.py 19 +++ b/Lib/sysconfig.py
|
| H A D | 0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch | 4 Subject: [PATCH] distutils/sysconfig: append 13 Lib/sysconfig.py | 2 ++ 16 diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py 18 --- a/Lib/sysconfig.py 19 +++ b/Lib/sysconfig.py
|
| H A D | 0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | 4 Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration 14 Lib/sysconfig.py | 5 +++++ 17 diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py 19 --- a/Lib/sysconfig.py 20 +++ b/Lib/sysconfig.py
|
| H A D | 12-distutils-prefix-is-inside-staging-area.patch | 17 Lib/distutils/sysconfig.py | 14 +++++++++++--- 20 diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py 22 --- a/Lib/distutils/sysconfig.py 23 +++ b/Lib/distutils/sysconfig.py
|
| H A D | get_module_deps3.py | 126 import sysconfig 127 soabi = sysconfig.get_config_var('SOABI') 136 dep_path = dep_path.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*") 170 cached = cached.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libproxy/libproxy/ |
| H A D | determinism.patch | 1 [PATCH] cmake/modules/config_sysconfig: Allow configuration of sysconfig module 3 Checking whether the host system has /etc/sysconfig is not deterministic 17 - if (EXISTS "/etc/sysconfig" AND IS_DIRECTORY "/etc/sysconfig") 19 + option(WITH_SYSCONFIG "Build sysconfig module for /etc/sysconfig" ON) 21 + if (EXISTS "/etc/sysconfig" AND IS_DIRECTORY "/etc/sysconfig")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-setuptools/ |
| H A D | 0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch | 4 Subject: [PATCH] _distutils/sysconfig: append 12 Based on python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch 20 setuptools/_distutils/sysconfig.py | 2 ++ 23 diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py 25 --- a/setuptools/_distutils/sysconfig.py 26 +++ b/setuptools/_distutils/sysconfig.py
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_ipc/ |
| H A D | RkLunch.sh | 19 ln -s -f /oem/sysconfig-4K.db /oem/sysconfig.db 23 ln -s -f /oem/sysconfig-2K.db /oem/sysconfig.db 27 ln -s -f /oem/sysconfig-1080P.db /oem/sysconfig.db 31 ln -s -f /oem/sysconfig-5M.db /oem/sysconfig.db
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0004-Adjust-library-header-paths-for-cross-compilation.patch | 22 Lib/sysconfig.py | 15 +++++++++++---- 30 if (sysconfig.get_config_var('Py_ENABLE_SHARED')): 31 if not sysconfig.python_build: 33 - self.library_dirs.append(sysconfig.get_config_var('LIBDIR')) 34 + libdir = sysconfig.get_config_var('LIBDIR') 41 diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py 43 --- a/Lib/sysconfig.py 44 +++ b/Lib/sysconfig.py
|
| H A D | 0028-Fix-cross-compiling-the-uuid-module.patch | 30 - uuid_h = sysconfig.get_config_var("HAVE_UUID_H") 31 - uuid_uuid_h = sysconfig.get_config_var("HAVE_UUID_UUID_H") 33 - if sysconfig.get_config_var("HAVE_LIBUUID"):
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/ |
| H A D | 0001-automake-Update-for-python.m4-to-respect-libdir.patch | 38 - sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'}) 40 - from distutils import sysconfig 41 - sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix') 63 - sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'}) 65 - from distutils import sysconfig 66 - sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/arptables/arptables/ |
| H A D | arptables.service | 8 …re=/bin/sh -c "mkdir -p /etc/sysconfig; if [ ! -f /etc/sysconfig/arptables ]; then /usr/sbin/arpta… 9 ExecStart=/bin/sh -c "/usr/sbin/arptables-restore < /etc/sysconfig/arptables"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/ |
| H A D | cmpi-bindings-0.9.5-python-lib-dir.patch | 13 …ECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_… 14 …ECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | openl2tpd-initscript-fix-sysconfig.patch | 7 Correct the location of the sysconfig 9 /etc/sysconfig/ 25 -# config: /etc/sysconfig/openl2tpd 31 -. /etc/sysconfig/openl2tpd
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/corosync/ |
| H A D | corosync_3.0.3.bb | 44 install -d ${D}${sysconfdir}/sysconfig/ 45 install -m 0644 ${S}/init/corosync.sysconfig.example ${D}${sysconfdir}/sysconfig/corosync 46 …install -m 0644 ${S}/tools/corosync-notifyd.sysconfig.example ${D}${sysconfdir}/sysconfig/corosync…
|
| /OK3568_Linux_fs/buildroot/package/beecrypt/ |
| H A D | 0002-build-system.patch | 35 …ac_cv_python_include="-I`$PYTHON -c 'import distutils.sysconfig; print distutils.sysconfig.get_pyt… 38 - ac_cv_python_libdir=`$PYTHON -c 'import distutils.sysconfig; print distutils.sysconfig.get_p… 39 + ac_cv_python_libdir=`$PYTHON -c 'import distutils.sysconfig; print distutils.sysconfig.get_p…
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | omap3.c | 38 u32 sysconfig; member 73 l = readl(&otg->sysconfig); in musb_db_otg_regs() 111 OMAP3_OTG_SYSCONFIG_NO_IDLE_MODE, &otg->sysconfig); in musb_platform_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/ |
| H A D | 0001-scripts-Do-not-check-for-files-on-build-host.patch | 41 - if [ -d /etc/sysconfig ] ; then \ 42 + if [ -d $(DESTDIR)/etc/sysconfig ] ; then \ 43 $(INSTALL) -d $(DESTDIR)$(sysconfdir)/sysconfig ; \ 44 $(INSTALL_DATA) $(srcdir)/boinc-client.conf $(DESTDIR)$(sysconfdir)/sysconfig/boinc-client ; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/ |
| H A D | wlan0dhcp | 6 cp ifcfg-wlan0 /etc/sysconfig/network-scripts/ 13 rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/ |
| H A D | wlan0dhcp | 6 cp ifcfg-wlan0 /etc/sysconfig/network-scripts/ 13 rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/ |
| H A D | wlan0dhcp | 6 cp ifcfg-wlan0 /etc/sysconfig/network-scripts/ 13 rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/ |
| H A D | wlan0dhcp | 6 cp ifcfg-wlan0 /etc/sysconfig/network-scripts/ 13 rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/ |
| H A D | wlan0dhcp | 6 cp ifcfg-wlan0 /etc/sysconfig/network-scripts/ 13 rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/ |
| H A D | wlan0dhcp | 6 cp ifcfg-wlan0 /etc/sysconfig/network-scripts/ 13 rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
|