Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openvmtools: move files up from unnecessary subdirectory
@ 2015-06-17  7:33 Karoly Kasza
  2015-06-17  7:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Karoly Kasza @ 2015-06-17  7:33 UTC (permalink / raw)
  To: buildroot

The Open-vm-tools package is now distributed from GitHub and a new
subdirectory was introduced, which breaks the Buildroot process.

This patch moves everything up from the new subdirectory after
extraction, making Buildroot once again able to run.

Fixes:

http://autobuild.buildroot.net/results/bfd10c8d454a2686ebb1c4afdb49c55e39a9dd67/

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 package/openvmtools/openvmtools.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/openvmtools/openvmtools.mk b/package/openvmtools/openvmtools.mk
index 822bbf1..414a42a 100644
--- a/package/openvmtools/openvmtools.mk
+++ b/package/openvmtools/openvmtools.mk
@@ -44,6 +44,13 @@ else
 OPENVMTOOLS_CONF_OPTS += --without-pam
 endif
 
+# Move everything up from the unnecessary subdirectory
+define OPENVMTOOLS_POST_EXTRACT_MOVE_SUBDIR
+	mv $(@D)/open-vm-tools/* $(@D)
+endef
+
+OPENVMTOOLS_POST_EXTRACT_HOOKS += OPENVMTOOLS_POST_EXTRACT_MOVE_SUBDIR
+
 # symlink needed by lib/system/systemLinux.c (or will cry in /var/log/messages)
 # defined in lib/misc/hostinfoPosix.c
 # /sbin/shutdown needed for Guest OS restart/shutdown from hypervisor
-- 
2.1.4

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

end of thread, other threads:[~2015-06-17  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17  7:33 [Buildroot] [PATCH] package/openvmtools: move files up from unnecessary subdirectory Karoly Kasza
2015-06-17  7:44 ` Thomas Petazzoni
2015-06-17  7:47   ` Károly Kasza
2015-06-17  7:51     ` Károly Kasza
2015-06-17  8:00       ` Thomas Petazzoni

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