diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2015-07-26 22:38:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-26 23:29:43 +0200 |
commit | 0b97d38e9e84658a8abaad6bbf0e323d496e415d (patch) | |
tree | 619c23e94b619deac498bc92da8f897b7ca819cd | |
parent | facf243dc90ca4d23903903c4e31f0393ab4636a (diff) | |
download | buildroot-0b97d38e9e84658a8abaad6bbf0e323d496e415d.tar.gz buildroot-0b97d38e9e84658a8abaad6bbf0e323d496e415d.zip |
qextserialport: Bump version and change site
Google Code is a closing forge, qextserialport has already made the move
to Github.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/qextserialport/qextserialport.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package/qextserialport/qextserialport.mk b/package/qextserialport/qextserialport.mk index 61f7b0503a..6f82b39671 100644 --- a/package/qextserialport/qextserialport.mk +++ b/package/qextserialport/qextserialport.mk @@ -4,13 +4,10 @@ # ################################################################################ -QEXTSERIALPORT_VERSION = 6c47244de4ce6db43c2f05caee957666c951dae1 -QEXTSERIALPORT_SITE = https://qextserialport.googlecode.com/git -QEXTSERIALPORT_SITE_METHOD = git - +QEXTSERIALPORT_VERSION = ada321a9ee463f628e7b781b8ed00ff219152158 +QEXTSERIALPORT_SITE = $(call github,qextserialport,qextserialport,$(QEXTSERIALPORT_VERSION)) QEXTSERIALPORT_LICENSE = MIT QEXTSERIALPORT_LICENSE_FILES = LICENSE - QEXTSERIALPORT_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_QT),y) |