summaryrefslogtreecommitdiffstats
path: root/meta-agl-test/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend
blob: 2a4337dca1474ea8c27fb70a2f10ac61bd368393 (plain)
1
2
3
4
5
6
7
8
# fix bug for ptest with usrmerge.
# Delete it after yocto version up.
do_compile_ptest:append() {
    sed -i 's,/usr/usr,/usr,g' \
        ${B}/tests/test_one \
        ${B}/tests/test_script

}