summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2022-09-27 22:09:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-12 17:22:05 +0300
commit54b2cac22437de61423ddb303555a10612ac8e3d (patch)
tree84a38de54f085d7d73d58fd5736201bdb371bafe
parent9afa6687d682d824c3d4200fab8f8fd401d0bb61 (diff)
downloadopenbmc-54b2cac22437de61423ddb303555a10612ac8e3d.tar.xz
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 <manojkiran.eda@gmail.com> Change-Id: I2707353e6a0521ad1899d94970130dda583dd75d
-rw-r--r--meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb6
1 files changed, 3 insertions, 3 deletions
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"