Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openvmtools: move to GitHub
@ 2015-06-15  6:56 Karoly Kasza
  2015-06-15  7:22 ` Baruch Siach
  0 siblings, 1 reply; 2+ messages in thread
From: Karoly Kasza @ 2015-06-15  6:56 UTC (permalink / raw)
  To: buildroot

The Open-vm-tools project is moved to GitHub.
Hash file removed.
Major version adjusted according to GitHub tags.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 package/openvmtools/openvmtools.hash | 3 ---
 package/openvmtools/openvmtools.mk   | 7 +++----
 2 files changed, 3 insertions(+), 7 deletions(-)
 delete mode 100644 package/openvmtools/openvmtools.hash

diff --git a/package/openvmtools/openvmtools.hash b/package/openvmtools/openvmtools.hash
deleted file mode 100644
index 80eb99f..0000000
--- a/package/openvmtools/openvmtools.hash
+++ /dev/null
@@ -1,3 +0,0 @@
-# From http://sourceforge.net/projects/open-vm-tools/files/open-vm-tools/stable-9.10.0/
-md5	d19439b499f0cbc7001e0cc65aa1a5a7	open-vm-tools-9.10.0-2476743.tar.gz
-sha1	5954c2a3eb66f7ffe4be1861f3bf6b43a2b3c6fc	open-vm-tools-9.10.0-2476743.tar.gz
diff --git a/package/openvmtools/openvmtools.mk b/package/openvmtools/openvmtools.mk
index 92ecd36..26e41bb 100644
--- a/package/openvmtools/openvmtools.mk
+++ b/package/openvmtools/openvmtools.mk
@@ -4,10 +4,9 @@
 #
 ################################################################################
 
-OPENVMTOOLS_VERSION_MAJOR = 9.10.0
-OPENVMTOOLS_VERSION = $(OPENVMTOOLS_VERSION_MAJOR)-2476743
-OPENVMTOOLS_SOURCE = open-vm-tools-$(OPENVMTOOLS_VERSION).tar.gz
-OPENVMTOOLS_SITE = http://downloads.sourceforge.net/project/open-vm-tools/open-vm-tools/stable-$(OPENVMTOOLS_VERSION_MAJOR)
+OPENVMTOOLS_VERSION_MAJOR = stable-9.10
+OPENVMTOOLS_VERSION = $(OPENVMTOOLS_VERSION_MAJOR).0
+OPENVMTOOLS_SITE = $(call github,vmware,open-vm-tools,$(OPENVMTOOLS_VERSION))
 OPENVMTOOLS_LICENSE = LGPLv2.1
 OPENVMTOOLS_LICENSE_FILES = COPYING
 # Autoreconf needed or config/missing will run configure again at buildtime
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-15  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15  6:56 [Buildroot] [PATCH] package/openvmtools: move to GitHub Karoly Kasza
2015-06-15  7:22 ` Baruch Siach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox