summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-04-18 21:09:39 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-04-18 21:10:41 +0300
commit985166950fdda1d7a26396ef3a4c9f9504ec5a72 (patch)
tree92b1bc93d632011acdd4d81147d276410b54d21b /meta-facebook
parentcc5185ca4750fd98afc1fc08d987ca99ef8f5854 (diff)
downloadopenbmc-985166950fdda1d7a26396ef3a4c9f9504ec5a72.tar.xz
fb-ipmi-oem: remove header install
No other applications should depend on the fb-ipmi-oem repository or its headers. Remove this install step. (If this were needed, it should show up as DEPENDS and be done in the Meson install.) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idfb678179644302788e4159e63f04d9bb5a2a4ec
Diffstat (limited to 'meta-facebook')
-rwxr-xr-xmeta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
index a7e031887b..1b85838a79 100755
--- a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
+++ b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
@@ -38,7 +38,5 @@ FILES:${PN}:append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV}"
do_install:append(){
- install -d ${D}/var/lib/fb-ipmi-oem
- install -d ${D}${includedir}/fb-ipmi-oem
- install -m 0644 -D ${S}/include/*.hpp ${D}${includedir}/fb-ipmi-oem
+ install -d ${D}/var/lib/${PN}
}