aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_18.11.bb
blob: 1a6b927ebded0fb66bf9d11aefc0e824f4fc15d4 (plain)
1
2
3
4
5
6
7
8
include dpdk.inc


do_install_append () {
    # Remove the unneeded dir
    rm -rf ${D}/${datadir}/${RTE_TARGET}/app
}