[Buildroot] [PATCH] package/openvmtools: move to GitHub

Baruch Siach baruch at tkos.co.il
Mon Jun 15 07:22:50 UTC 2015


Hi Karoly,

On Mon, Jun 15, 2015 at 08:56:26AM +0200, Karoly Kasza wrote:
> -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

VERSION_MAJOR is only needed when it's used for something other than 
constructing VERSION, like in the URL above. Now that the URL is gone you can 
just remove VERSION_MAJOR, and set VERSION directly instead.

> +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

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list