From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WcBRw-0003WP-9l for ptxdist@pengutronix.de; Mon, 21 Apr 2014 12:27:46 +0200 Received: by mail-ee0-f46.google.com with SMTP id t10so3520736eei.19 for ; Mon, 21 Apr 2014 03:27:39 -0700 (PDT) From: Alexander Aring Date: Mon, 21 Apr 2014 12:27:29 +0200 Message-Id: <1398076053-32605-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH v5 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. changes since v4: - use python --version and sed for version check changes since v5: - remove "check for" in AC_CHECKING messages. Also removed the for because for search for binaries. 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