summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-libraries/xilplmi_git.bb
blob: 35e04e4eeb2857ff8316e5b5e5a63be4ee4a1e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
inherit esw

ESW_COMPONENT_SRC = "/lib/sw_services/xilplmi/src/"
ESW_COMPONENT_NAME = "libxilplmi.a"

DEPENDS += "xilstandalone libxil xilpm"

# Workaround for CR-1045055
do_install() {
    install -d ${D}${libdir}
    install -d ${D}${includedir}
    install -m 0755  ${B}/${ESW_COMPONENT_NAME} ${D}${libdir}
}