Actions
Bug #283
closedXBMC packages overriding existing targets
Status:
Closed
Priority:
Normal
Assignee:
Category:
04 - Root File System
Target version:
Start date:
07 Mar 2014
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
The XBMC package inserted by PiBox into Buildroot includes many packages that are now part of Buildroot. This causes Buildroot to generate message like this at initialization time:
package/xbmc/libcec/libcec.mk:30: warning: overriding commands for target `libcec-show-depends' package/libcec/libcec.mk:33: warning: ignoring old commands for target `libcec-show-depends' package/xbmc/libcec/libcec.mk:30: warning: overriding commands for target `libcec-clean-for-rebuild' package/libcec/libcec.mk:33: warning: ignoring old commands for target `libcec-clean-for-rebuild'
The XBMC package should be updated to utilize Buildroot's versions of these packages. The XBMC package should offer them as an option and then select them if the user wants to use them in XBMC.
Actions