From: Fabio Estevam <festevam@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] kmscube: Remove the manually creation of m4 directory
Date: Mon, 13 Mar 2017 15:24:25 -0300 [thread overview]
Message-ID: <1489429465-19719-1-git-send-email-festevam@gmail.com> (raw)
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>
---
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))
--
2.7.4
next reply other threads:[~2017-03-13 18:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 18:24 Fabio Estevam [this message]
2017-03-14 22:42 ` [Buildroot] [PATCH] kmscube: Remove the manually creation of m4 directory Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489429465-19719-1-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox