[Buildroot] [git commit] kmscube: Remove the manually creation of m4 directory

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 14 22:41:41 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=978b5adf61f6d72d1de6eaa9c70f6bd882d325ab
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since kmscube upstream commit a2dc60cf05b704 ("Add m4/.gitignore")
there is no need to manually create the m4 directory anymore, so
simply remove KMSCUBE_POST_PATCH_HOOKS.

Signed-off-by: Fabio Estevam <festevam at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/kmscube/kmscube.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/kmscube/kmscube.mk b/package/kmscube/kmscube.mk
index 901c747..f04b882 100644
--- a/package/kmscube/kmscube.mk
+++ b/package/kmscube/kmscube.mk
@@ -10,10 +10,4 @@ KMSCUBE_LICENSE = MIT
 KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
 KMSCUBE_AUTORECONF = YES
 
-# Autoreconf requires an existing m4 directory
-define KMSCUBE_PATCH_M4
-	mkdir -p $(@D)/m4
-endef
-KMSCUBE_POST_PATCH_HOOKS += KMSCUBE_PATCH_M4
-
 $(eval $(autotools-package))


More information about the buildroot mailing list