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/remake | |
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/remake')
-rw-r--r-- | meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb b/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb index 30f29e04ea..8eab7e3a0d 100644 --- a/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb +++ b/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb @@ -15,7 +15,7 @@ DEPENDS += "readline guile" # By default only "gettext-minimal-native" is added # when inherit gettext. DEPENDS_class-native += "gettext-native" -PROVIDES += "make" +PROVIDES += "virtual/make" do_configure_prepend() { # remove the default LINGUAS since we are not going to generate languages |