diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-23 14:52:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-26 22:49:37 +0000 |
commit | e8747ff4c2b5830c5fa76f4c6b872da4a7d6a586 (patch) | |
tree | b8b5fa2a2d8053640acbdb6c33309b6312ea1f19 /meta/recipes-devtools/make/make.inc | |
parent | 826bc56e77bd9a53f6bc19548549f6d92de09911 (diff) | |
download | openembedded-core-e8747ff4c2b5830c5fa76f4c6b872da4a7d6a586.tar.gz openembedded-core-e8747ff4c2b5830c5fa76f4c6b872da4a7d6a586.tar.bz2 openembedded-core-e8747ff4c2b5830c5fa76f4c6b872da4a7d6a586.zip |
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/make.inc')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 2 |
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" |