meta-digi/meta-digi-dey/recipes-support/swupdate/swupdate_2017.01.bbappend

10 lines
224 B
Plaintext

# Copyright (C) 2016, 2017 Digi International Inc.
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
do_install_append() {
# Copy the 'progress' binary.
install -d ${D}${bindir}/
install -m 0755 progress ${D}${bindir}/
}