summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-14 13:19:06 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-14 13:19:33 -0500
commit94638aaa5ed25ed796c44f6225d95d76caf81705 (patch)
tree205d12c14c6c4b34018cd581c8dd7e80b4169f46 /recipes-kernel/rs9113
parentb071c5d47e106eea149bfe9492d842e5d8ced76c (diff)
downloadmeta-multitech-atmel-94638aaa5ed25ed796c44f6225d95d76caf81705.tar.gz
meta-multitech-atmel-94638aaa5ed25ed796c44f6225d95d76caf81705.tar.bz2
meta-multitech-atmel-94638aaa5ed25ed796c44f6225d95d76caf81705.zip
Remove unneeded do_compile from rs9113
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r--recipes-kernel/rs9113/rs9113.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc
index cf020ef..c624380 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -171,7 +171,9 @@ FILES_${PN}-noarch = " \
${sysconfdir}/default/ \
${prefix}/ \
"
-
+do_compile() {
+ : Nothing to do
+}
MR = "${WORKDIR}/rs9113"
do_install () {
bbnote "pwd,ls: $(pwd) $(ls) WORKDIR is ${WORKDIR}"