From patchwork Mon Dec 2 13:00:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 295915 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 511A32C009C for ; Tue, 3 Dec 2013 00:01:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 17C8C2528B; Mon, 2 Dec 2013 13:01:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4DTqbVVSA0Jf; Mon, 2 Dec 2013 13:01:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C9D7B32D95; Mon, 2 Dec 2013 13:01:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A0B6C1C2AB8 for ; Mon, 2 Dec 2013 13:01:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9DC4285C8E for ; Mon, 2 Dec 2013 13:01:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cM7nDShHQ9Vc for ; Mon, 2 Dec 2013 13:01:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id E4B7785C14 for ; Mon, 2 Dec 2013 13:01:08 +0000 (UTC) Received: from asgard (host197.190-137-239.telecom.net.ar [190.137.239.197]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id rB2D12n5032677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 2 Dec 2013 13:01:04 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1385989266; bh=kPiT3uvdrFgdq3yw4fbbBu4AbPRZLc/z6Xc71W80OgA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ctBaBlFK/kzoV4DXmv37/C1PnQ9oQLsiHF/PgWeOwrmj0ZgKpXntxMJLEf4C/V7Vy ITDJjXcdpTYD80VflKDNPWn8gfqNu6qVhfTD78Nif25wDM8SYjvcxOwJCXa6mKUbw3 LvjcjfOOH7MU0dzu3x51Wa+b/Xdhj6SPW5N3fOi0= Received: by asgard (sSMTP sendmail emulation); Mon, 02 Dec 2013 10:00:56 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 2 Dec 2013 10:00:13 -0300 Message-Id: <1385989214-16956-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1385989214-16956-1-git-send-email-gustavo@zacarias.com.ar> References: <1385989214-16956-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCHv3 4/5] python-thrift: bump to version 0.9.1 and switch to apache X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Switch away from the PyPI subset version since it has a great filename clash with the full upstream apache version. Signed-off-by: Gustavo Zacarias --- package/python-thrift/python-thrift.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-thrift/python-thrift.mk b/package/python-thrift/python-thrift.mk index 65733d4..91e14e5 100644 --- a/package/python-thrift/python-thrift.mk +++ b/package/python-thrift/python-thrift.mk @@ -4,15 +4,15 @@ # ################################################################################ -PYTHON_THRIFT_VERSION = 0.9.0 +PYTHON_THRIFT_VERSION = 0.9.1 PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz -PYTHON_THRIFT_SITE = http://pypi.python.org/packages/source/t/thrift +PYTHON_THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(PYTHON_THRIFT_VERSION) PYTHON_THRIFT_LICENSE = Apache-2.0 -PYTHON_THRIFT_LICENSE_FILES = README +PYTHON_THRIFT_LICENSE_FILES = LICENSE PYTHON_THRIFT_DEPENDENCIES = python define PYTHON_THRIFT_BUILD_CMDS - (cd $(@D); \ + (cd $(@D)/lib/py; \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS)" \ LDSHARED="$(TARGET_CROSS)gcc -shared" \ @@ -28,7 +28,7 @@ endef # the installation directory is in python's load path. For host-python, # it is not, so add it explicitly while installing to target. define PYTHON_THRIFT_INSTALL_TARGET_CMDS - (cd $(@D); PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \ + (cd $(@D)/lib/py; PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \ $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr) endef