From 3adb97ad775c61a4d7e1aefc6e99d5772c644573 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 26 Sep 2018 08:42:56 -0700 Subject: meta-google: google-ipmi-sys_git.bb: cleanup Added the PR and PV field explicitly to bring this recipe in line with the git recipe guidelines. (From meta-google rev: b3fc83977a12206bdc05bfd09823c257addc3b9b) Change-Id: I8df1a182598de04d856b281b4c10bdc859e2bb96 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb') diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb index d4f4ee54d..4f9a669af 100644 --- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb +++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb @@ -1,14 +1,15 @@ -HOMEPAGE = "http://github.com/openbmc/google-ipmi-sys" SUMMARY = "Google Sys OEM commands" DESCRIPTION = "Google Sys OEM commands" +HOMEPAGE = "https://github.com/openbmc/google-ipmi-sys" +PR = "r1" +PV = "0.1+git${SRCPV}" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit autotools pkgconfig inherit systemd inherit obmc-phosphor-ipmiprovider-symlink -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - DEPENDS += "autoconf-archive-native" DEPENDS += "sdbusplus" DEPENDS += "phosphor-logging" -- cgit v1.2.1