From patchwork Wed Nov 7 19:39:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 197725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id DC5492C008F for ; Thu, 8 Nov 2012 06:44:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 18A87A00DE; Wed, 7 Nov 2012 19:44:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1WCF4pQOobw9; Wed, 7 Nov 2012 19:44:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 925BDA029B; Wed, 7 Nov 2012 19:44:37 +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 C739D8F74A for ; Wed, 7 Nov 2012 19:44:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C6CBF80C19 for ; Wed, 7 Nov 2012 19:44:36 +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 Ax9Ek0qGckA8 for ; Wed, 7 Nov 2012 19:44:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by whitealder.osuosl.org (Postfix) with ESMTP id 310CA80C08 for ; Wed, 7 Nov 2012 19:44:30 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwEADe5mlBR8czk/2dsb2JhbABEw2mBCYJ7I09LN4gOB7xijy+DJQOVe4EcjyiCcA Received: from 228.204-241-81.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([81.241.204.228]) by relay.skynet.be with ESMTP; 07 Nov 2012 20:44:29 +0100 From: Sagaert Johan To: buildroot@busybox.net Date: Wed, 7 Nov 2012 20:39:46 +0100 Message-Id: <1352317186-2905-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] qextserialport : fix download and bump version 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 Signed-off-by: Sagaert Johan --- package/qextserialport/qextserialport-no-examples.patch | 17 ----------------- package/qextserialport/qextserialport.mk | 12 +++++++----- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 package/qextserialport/qextserialport-no-examples.patch diff --git a/package/qextserialport/qextserialport-no-examples.patch b/package/qextserialport/qextserialport-no-examples.patch deleted file mode 100644 index c7d2d41..0000000 --- a/package/qextserialport/qextserialport-no-examples.patch +++ /dev/null @@ -1,17 +0,0 @@ -Disable compilation of examples - -Signed-off-by: Thomas Petazzoni - -Index: qextserialport-ef4af2a2ee3f/qextserialport.pro -=================================================================== ---- qextserialport-ef4af2a2ee3f.orig/qextserialport.pro -+++ qextserialport-ef4af2a2ee3f/qextserialport.pro -@@ -1,7 +1,4 @@ - # - TEMPLATE = subdirs - CONFIG += ordered --SUBDIRS = src \ -- examples/enumerator \ -- examples/event -- -+SUBDIRS = src diff --git a/package/qextserialport/qextserialport.mk b/package/qextserialport/qextserialport.mk index 6ffb9eb..f240cda 100644 --- a/package/qextserialport/qextserialport.mk +++ b/package/qextserialport/qextserialport.mk @@ -4,9 +4,11 @@ # ############################################################# -QEXTSERIALPORT_VERSION = ef4af2a2ee3f -QEXTSERIALPORT_SITE = https://qextserialport.googlecode.com/hg/ -QEXTSERIALPORT_SITE_METHOD = hg +QEXTSERIALPORT_VERSION = f83b4e7ca922e53 +QEXTSERIALPORT_SITE = https://qextserialport.googlecode.com/git/ +QEXTSERIALPORT_SITE_METHOD = git + +QEXTSERIALPORT_LICENSE = MIT QEXTSERIALPORT_DEPENDENCIES = qt @@ -24,12 +26,12 @@ define QEXTSERIALPORT_INSTALL_STAGING_CMDS mkdir -p $(STAGING_DIR)/usr/include/QExtSerialPort cp $(@D)/src/*.h $(STAGING_DIR)/usr/include/QExtSerialPort/ cp $(@D)/src/QExtSerialPort $(STAGING_DIR)/usr/include/QExtSerialPort/ - cp -a $(@D)/src/build/*.so* $(STAGING_DIR)/usr/lib/ + cp -a $(@D)/*.so* $(STAGING_DIR)/usr/lib/ cp $(@D)/qextserialport.pc $(STAGING_DIR)/usr/lib/pkgconfig/ endef define QEXTSERIALPORT_INSTALL_TARGET_CMDS - cp -a $(@D)/src/build/*.so.* $(TARGET_DIR)/usr/lib + cp -a $(@D)/*.so.* $(TARGET_DIR)/usr/lib endef $(eval $(generic-package))