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-28 15:55:48 +0100 |
commit | 25a04eed02096076c25f6edd390b3d1a6daff51c (patch) | |
tree | 5503f103af54544b08d282bce0fd93d134b12a08 /meta/recipes-devtools/make | |
parent | f3a92ff7d3cc772c7875e8fe1a88e51df974318c (diff) | |
download | poky-25a04eed02096076c25f6edd390b3d1a6daff51c.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.
(From OE-Core rev: e8747ff4c2b5830c5fa76f4c6b872da4a7d6a586)
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.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" | |||
8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" |
9 | 9 | ||
10 | inherit autotools gettext pkgconfig texinfo | 10 | inherit autotools gettext pkgconfig texinfo |
11 | |||
12 | PROVIDES = "virtual/make" | ||