From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WbrlR-0006MP-66 for ptxdist@pengutronix.de; Sun, 20 Apr 2014 15:26:52 +0200 Received: by mail-ee0-f53.google.com with SMTP id b57so2958463eek.26 for ; Sun, 20 Apr 2014 06:26:28 -0700 (PDT) From: Alexander Aring Date: Sun, 20 Apr 2014 15:26:18 +0200 Message-Id: <1398000382-19097-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH v4 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 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