mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
kmscube: Remove the manually creation of m4 directory
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
71c71f5f38
commit
978b5adf61
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user