From 25a04eed02096076c25f6edd390b3d1a6daff51c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 Mar 2016 14:52:04 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/make/make.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/make') 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" -- cgit 1.2.3-korg