blob: f84ad2826946ef19fb349bc066d8570d564994cd [file] [log] [blame]
Lei YU7307bed2020-02-06 15:43:35 +08001# TODO: This is splitted into two recipes;
2# To avoid build error, this is kept for now.
3# Remove me when the refactor of phosphor-power recipe is finished
4
Lei YU50ab1ac2019-10-21 10:39:07 +08005SUMMARY = "Phosphor Power services installation"
6PR = "r1"
7
8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
10
11inherit allarch
12
13RDEPENDS_${PN} += "phosphor-power"
14
Lei YU50ab1ac2019-10-21 10:39:07 +080015ALLOW_EMPTY_${PN} = "1"