summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-10-07 01:41:44 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-11 08:30:14 +0300
commit314e8331d2e811cd567465df3416e7f5cbc8ae6a (patch)
treebc04d54755a254b795c04f1eb8cfb91654acfab3 /meta-phosphor
parentb22b936cae27a7296b78ed0bf113a78abb08a096 (diff)
downloadopenbmc-314e8331d2e811cd567465df3416e7f5cbc8ae6a.tar.xz
meta-phosphor: eliminate pldm.inc
The pldm.inc file is an artifact from when libpldm was split out into a separate package but from the same code-repository as pldm. Now that they are in separate repositories, we can combined the pldm.inc content into the base pldm_git.bb recipe. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I77f318d3289d017582051358a327db04d8f12101
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm.inc5
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm_git.bb8
2 files changed, 6 insertions, 7 deletions
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm.inc b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
deleted file mode 100644
index 985fe7b1f2..0000000000
--- a/meta-phosphor/recipes-phosphor/pldm/pldm.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-HOMEPAGE = "https://github.com/openbmc/pldm"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
-SRCREV = "d310f8213a41b29c8e36e67c1a9570b72deaa958"
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index c94aa0c281..82d983b571 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -1,3 +1,9 @@
+HOMEPAGE = "https://github.com/openbmc/pldm"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
+SRCREV = "d310f8213a41b29c8e36e67c1a9570b72deaa958"
+
SUMMARY = "PLDM Stack"
DESCRIPTION = "Implementation of the PLDM specifications"
DEPENDS += "function2"
@@ -40,5 +46,3 @@ pkg_postinst:${PN} () {
TARGET="../pldmSoftPowerOff.service"
ln -s $TARGET $LINK
}
-
-require pldm.inc