From 54b2cac22437de61423ddb303555a10612ac8e3d Mon Sep 17 00:00:00 2001 From: Manojkiran Eda Date: Tue, 27 Sep 2022 14:09:42 -0500 Subject: Switch libpldm to point to libpldm.git With the recent migration of libpldm out of pldm repository, we can now point libpldm recipe to libpldm.git rather than pldm.git. Also to note, we had lost all the commit history when we migrated libpldm to libpldm.git because of the way we re-arranged the pldm code to separate out the libpldm as a subproject. This commit also includes the libpldm bump & it now points to the HEAD of the newly created libpldm.git Signed-off-by: Manojkiran Eda Change-Id: I2707353e6a0521ad1899d94970130dda583dd75d --- meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-phosphor') diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb index d339209da8..c870437aaf 100644 --- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb +++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb @@ -3,15 +3,15 @@ DESCRIPTION = "PLDM library implementing various PLDM specifications" HOMEPAGE = "https://github.com/openbmc/libpldm" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "27a022ca33cea158faba4bf2025069366436a51d" +SRCREV = "d6df5fab2b00eae6287961d7213ab304f86aab55" PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,," PV = "0.1.0+git${SRCPV}" PR = "r1" -SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https" +SRC_URI = "git://github.com/openbmc/libpldm;branch=main;protocol=https" S = "${WORKDIR}/git" inherit meson -EXTRA_OEMESON:append = " -Dtests=disabled -Dlibpldm-only=enabled" +EXTRA_OEMESON:append = " -Dtests=disabled" -- cgit v1.2.3