diff --git a/packages/lang/Python/install b/packages/lang/Python/install index 04295a23a6..d2382316db 100755 --- a/packages/lang/Python/install +++ b/packages/lang/Python/install @@ -39,6 +39,11 @@ mkdir -p $PYTHON_LIB_DIR/config mkdir -p $PYTHON_LIB_DIR/lib-dynload cp $PKG_BUILD/.objdir-target/build/lib*/*.so $PYTHON_LIB_DIR/lib-dynload +# Todo: sometimes Python dont build '_socket.so' for some reasons and continues without failing, +# let it fail in this way, to be sure '_socket.so' will be installed- a rebuild of Python fixes +# the issue in most cases: + cp $PKG_BUILD/.objdir-target/build/lib*/_socket.so $PYTHON_LIB_DIR/lib-dynload + cp -R $PKG_BUILD/.objdir-target/Lib/* $PYTHON_LIB_DIR # For future 3rd-parties Python modules diff --git a/packages/linux-drivers/bcm_sta/build b/packages/linux-drivers/bcm_sta/build index b904fd853c..8e0e2822a3 100755 --- a/packages/linux-drivers/bcm_sta/build +++ b/packages/linux-drivers/bcm_sta/build @@ -27,4 +27,4 @@ cd $PKG_BUILD [ "$TARGET_ARCH" = "i386" ] && cd x86-32 [ "$TARGET_ARCH" = "x86_64" ] && cd x86-64 -KBUILD_NOPEDANTIC=1 make V=1 CC=$CC -C $(kernel_path) M=`pwd` BINARCH=$ARCH +KBUILD_NOPEDANTIC=1 make V=1 CC=$CC -C $(kernel_path) M=`pwd` BINARCH=$TARGET_ARCH diff --git a/packages/linux/patches/3.9.6/linux-003-no_dev_console.patch b/packages/linux/patches/3.9.7/linux-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-003-no_dev_console.patch rename to packages/linux/patches/3.9.7/linux-003-no_dev_console.patch diff --git a/packages/linux/patches/3.9.6/linux-010-perf_crosscompiling.patch b/packages/linux/patches/3.9.7/linux-010-perf_crosscompiling.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-010-perf_crosscompiling.patch rename to packages/linux/patches/3.9.7/linux-010-perf_crosscompiling.patch diff --git a/packages/linux/patches/3.9.6/linux-052-XBOX_remote_support.patch b/packages/linux/patches/3.9.7/linux-052-XBOX_remote_support.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-052-XBOX_remote_support.patch rename to packages/linux/patches/3.9.7/linux-052-XBOX_remote_support.patch diff --git a/packages/linux/patches/3.9.6/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/3.9.7/linux-053-spinelplus-remote-0.2.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-053-spinelplus-remote-0.2.patch rename to packages/linux/patches/3.9.7/linux-053-spinelplus-remote-0.2.patch diff --git a/packages/linux/patches/3.9.6/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/3.9.7/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch rename to packages/linux/patches/3.9.7/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch diff --git a/packages/linux/patches/3.9.6/linux-055-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.9.7/linux-055-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-055-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.9.7/linux-055-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.9.6/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.9.7/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.9.7/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.9.6/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/3.9.7/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch rename to packages/linux/patches/3.9.7/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch diff --git a/packages/linux/patches/3.9.6/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/3.9.7/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch rename to packages/linux/patches/3.9.7/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.9.6/linux-059-remove_some_xpad_pids-0.2.patch b/packages/linux/patches/3.9.7/linux-059-remove_some_xpad_pids-0.2.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-059-remove_some_xpad_pids-0.2.patch rename to packages/linux/patches/3.9.7/linux-059-remove_some_xpad_pids-0.2.patch diff --git a/packages/linux/patches/3.9.6/linux-060-add_AUGUST_DVB-T205.patch b/packages/linux/patches/3.9.7/linux-060-add_AUGUST_DVB-T205.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-060-add_AUGUST_DVB-T205.patch rename to packages/linux/patches/3.9.7/linux-060-add_AUGUST_DVB-T205.patch diff --git a/packages/linux/patches/3.9.6/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/3.9.7/linux-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/3.9.7/linux-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/3.9.6/linux-210-dvbsky.patch b/packages/linux/patches/3.9.7/linux-210-dvbsky.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-210-dvbsky.patch rename to packages/linux/patches/3.9.7/linux-210-dvbsky.patch diff --git a/packages/linux/patches/3.9.6/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/3.9.7/linux-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/3.9.7/linux-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/3.9.6/linux-213-cinergy_s2_usb_r2.patch b/packages/linux/patches/3.9.7/linux-213-cinergy_s2_usb_r2.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-213-cinergy_s2_usb_r2.patch rename to packages/linux/patches/3.9.7/linux-213-cinergy_s2_usb_r2.patch diff --git a/packages/linux/patches/3.9.6/linux-221-ngene-octopus.patch b/packages/linux/patches/3.9.7/linux-221-ngene-octopus.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-221-ngene-octopus.patch rename to packages/linux/patches/3.9.7/linux-221-ngene-octopus.patch diff --git a/packages/linux/patches/3.9.6/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/3.9.7/linux-222-stb0899_signal_quality.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-222-stb0899_signal_quality.patch rename to packages/linux/patches/3.9.7/linux-222-stb0899_signal_quality.patch diff --git a/packages/linux/patches/3.9.6/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/3.9.7/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch rename to packages/linux/patches/3.9.7/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/3.9.6/linux-700-jmicron_1_0_8_5.patch b/packages/linux/patches/3.9.7/linux-700-jmicron_1_0_8_5.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-700-jmicron_1_0_8_5.patch rename to packages/linux/patches/3.9.7/linux-700-jmicron_1_0_8_5.patch diff --git a/packages/linux/patches/3.9.6/linux-701-fix-r8169.patch b/packages/linux/patches/3.9.7/linux-701-fix-r8169.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-701-fix-r8169.patch rename to packages/linux/patches/3.9.7/linux-701-fix-r8169.patch diff --git a/packages/linux/patches/3.9.6/linux-900-hide_tsc_error.patch b/packages/linux/patches/3.9.7/linux-900-hide_tsc_error.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-900-hide_tsc_error.patch rename to packages/linux/patches/3.9.7/linux-900-hide_tsc_error.patch diff --git a/packages/linux/patches/3.9.6/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/3.9.7/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-950-saa716x_PCIe_interface_chipset.patch rename to packages/linux/patches/3.9.7/linux-950-saa716x_PCIe_interface_chipset.patch diff --git a/packages/linux/patches/3.9.6/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch.todo b/packages/linux/patches/3.9.7/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch.todo similarity index 100% rename from packages/linux/patches/3.9.6/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch.todo rename to packages/linux/patches/3.9.7/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch.todo diff --git a/packages/linux/patches/3.9.6/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/3.9.7/linux-995-CX24120-13Z_frontend.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-995-CX24120-13Z_frontend.patch rename to packages/linux/patches/3.9.7/linux-995-CX24120-13Z_frontend.patch diff --git a/packages/linux/patches/3.9.6/linux-996-macmini2012-ethernet.patch b/packages/linux/patches/3.9.7/linux-996-macmini2012-ethernet.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-996-macmini2012-ethernet.patch rename to packages/linux/patches/3.9.7/linux-996-macmini2012-ethernet.patch diff --git a/packages/linux/patches/3.9.6/linux-997-disable-rc6-on-sandybridge-gt1.patch b/packages/linux/patches/3.9.7/linux-997-disable-rc6-on-sandybridge-gt1.patch similarity index 100% rename from packages/linux/patches/3.9.6/linux-997-disable-rc6-on-sandybridge-gt1.patch rename to packages/linux/patches/3.9.7/linux-997-disable-rc6-on-sandybridge-gt1.patch