Fix broken SDK build

The SDK build was failing on installing nlohmann-json, with the error :
nlohmann-json-dev-3.0.1+git0+ce1dccf347-r0 conflicts with nlohmann-json
= 3.0.1+git0+ce1dccf347-r0.

The nlohmann-json package is header-only. So apart from the -dev
package, the rest would be empty. In general the package foo-dev has an
implicit dependency on foo, but yocto will not allow empty packages to
be installed. Add a change to allow installation of the empty base
package in this case. This will satisfy the dependency requirement of
the -dev package.

Change-Id: I8cf0814e83be1c298e26741310e6d8ecdd32c399
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
1 file changed
tree: 19966fb6f795af8aa1696e72cb691e7f7be83ccb
  1. classes/
  2. common/
  3. conf/
  4. COPYING.apache-2.0
  5. COPYING.MIT
  6. LICENSE
  7. README.md
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.