Files
meta-mortsgna/appends/oe-core/readline_%.bbappend
Andreas Müller e6e8af2285 Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-16 12:16:08 +02:00

9 lines
180 B
Plaintext

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://inputrc"
# Get more out of our console
do_install:append() {
cp ${WORKDIR}/inputrc ${D}${sysconfdir}/inputrc
}