aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/mplayer/mplayer2_git.bbappend
blob: e0e89cfa8429adceae0d167f8c1289eb8ed921be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEPENDS_append_amd = " python3-native"

do_compile_prepend_amd() {
    # Make sure we can find python3
    export PATH="${PATH}:${STAGING_BINDIR_NATIVE}/python3-native"
}

do_install_append_amd() {
    [ -e ${D}/usr/lib ] && rmdir ${D}/usr/lib
}

PNBLACKLIST_amd[mplayer2] = ""

#
# mplayer has broken auto-tools scripts for
# configuration which do not allow out-of-tree building
#
inherit autotools-brokensep