Commit 6b5e0ce
committed
Revert "build: auto-generate CONFLICTS for package variants sharing PROVIDES"
This reverts commit 6d5c71f.
Since we have recovered the previous state regarding package variants
sharing PROVIDES and how package manager(apk) handle packages conflict
in general, we no longer need to auto-generate CONFLICTS for them.
VARIANTs that share PROVIDES can be installed together as long as they
do not share files, which is the expected behavior.
Defining explicit CONFLICTS to avoid simultaneous selection on menuconfig
should be the preferred way to allow packagers decide whether packages
must conflict or not.
Now, apk package manager will apply the same conflicts as
kconfig/menuconfig based on the CONFLICTS field if defined, not because
of some PROVIDES field definition pattern.
(apk internally uses provides field for conflicts at package level
but we abtract that using our specific CONFLICTS field for that purpose)
Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>1 parent 8f443af commit 6b5e0ce
1 file changed
Lines changed: 0 additions & 47 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | 258 | | |
305 | 259 | | |
306 | 260 | | |
| |||
396 | 350 | | |
397 | 351 | | |
398 | 352 | | |
399 | | - | |
400 | 353 | | |
401 | 354 | | |
402 | 355 | | |
| |||
0 commit comments