summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-23 14:52:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-26 22:49:37 +0000
commite8747ff4c2b5830c5fa76f4c6b872da4a7d6a586 (patch)
treeb8b5fa2a2d8053640acbdb6c33309b6312ea1f19 /meta/recipes-devtools/make
parent826bc56e77bd9a53f6bc19548549f6d92de09911 (diff)
downloadopenembedded-core-contrib-e8747ff4c2b5830c5fa76f4c6b872da4a7d6a586.tar.gz
make, remake: make them properly exclude each other
Remake and make can't be installed at the same time as they're both installing a header file with the same name. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make')
-rw-r--r--meta/recipes-devtools/make/make.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 57ea605b97..849b74299c 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -8,3 +8,5 @@ SECTION = "devel"
SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
inherit autotools gettext pkgconfig texinfo
+
+PROVIDES = "virtual/make"