From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Fri, 06 Jun 2014 22:12:59 +0200 Subject: [Buildroot] [PATCH 3 of 7 v3] pkg-virtual: simplify definition of FOO_VERSION to 'virtual' In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net As mentioned in the e-mail accompanying the introduction of the pkg-virtual infrastructure [1], the definition of FOO_VERSION is 'strange'. After the cleanup of single/double dollar signs in inner-generic-package, the special construction in pkg-virtual is no longer needed and can be simplified. Signed-off-by: Thomas De Schampheleire Acked-by: "Yann E. MORIN" [1] http://lists.busybox.net/pipermail/buildroot/2014-April/093670.html --- v3: no changes v2: no changes Note: this patch should only be applied when the first patch in this series is. package/pkg-virtual.mk | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff -r c09add9a59c5 -r b3ada349b3a1 package/pkg-virtual.mk --- a/package/pkg-virtual.mk Sat May 10 10:04:45 2014 +0200 +++ b/package/pkg-virtual.mk Sun May 11 10:32:44 2014 +0200 @@ -45,8 +45,7 @@ $(2)_SOURCE = # Fake a version string, so it looks nicer in the build log -$(3)_VERSION = virtual -HOST_$(3)_VERSION = virtual +$(2)_VERSION = virtual # This must be repeated from inner-generic-package, otherwise we get an empty # _DEPENDENCIES