summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-ci-change-features/included.dep
blob: 280452454ee327d664f447343327942a202b4424 (plain)
1
agl-demo agl-devel agl-netboot
/ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
inherit pythonnative
DEPENDS += " python-pycrypto-native"

#Need for gcc 6.2
CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value -Wno-implicit-fallthrough"

SRC_URI_append = " \
    file://default_bold.c \
    file://default_bold.h \
    file://default_regular.c \
    file://default_regular.h \
    file://0001-Remove-the-file-generation-and-directly-copy-the-fil.patch \
    "


do_compile_prepend() {
    GENDIRECTORY=${S}/lib/libutee/tui/fonts/amble/
    cp ${WORKDIR}/default_bold.c ${GENDIRECTORY}
    cp ${WORKDIR}/default_bold.h ${GENDIRECTORY}
    cp ${WORKDIR}/default_regular.c ${GENDIRECTORY}
    cp ${WORKDIR}/default_regular.h ${GENDIRECTORY}
}