From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WZznj-0007RY-BB for ptxdist@pengutronix.de; Tue, 15 Apr 2014 11:37:12 +0200 Received: by mail-ee0-f48.google.com with SMTP id b57so7407041eek.7 for ; Tue, 15 Apr 2014 02:37:05 -0700 (PDT) From: Alexander Aring Date: Tue, 15 Apr 2014 11:36:51 +0200 Message-Id: <1397554615-5820-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH v3 0/4] ptxdist: check python configure.ac and libusb Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring This patch series renames the libusbx to libusb again and add some python checks to "configure.ac". - Alex changes since v2: - let use python to check python major version. - correct some text messages on failure. changes since v3: - use Python instead python - add patch to use Python everywhere in configure.ac where it's possible. Alexander Aring (4): libusb: rename libusbx to libusb configure.ac: add check for python 2.x version configure.ac: check for python2 binary as well configure.ac: use Python instead python everywhere configure.ac | 24 ++++++++++++++++------ .../0001-libusb-needs-librt-and-libpthread.patch} | 13 ++++++------ patches/libusb-1.0.18/series | 1 + patches/libusbx-1.0.18/series | 1 - rules/libusb.make | 6 +++--- 5 files changed, 28 insertions(+), 17 deletions(-) rename patches/{libusbx-1.0.18/0001-libusbx-libusb-needs-librt-and-libpthread.patch => libusb-1.0.18/0001-libusb-needs-librt-and-libpthread.patch} (73%) create mode 100644 patches/libusb-1.0.18/series delete mode 100644 patches/libusbx-1.0.18/series -- 1.9.2 -- ptxdist mailing list ptxdist@pengutronix.de