diff options
author | John Klug <john.klug@multitech.com> | 2020-08-26 10:38:30 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 09:26:19 -0600 |
commit | 4e8611566547526cc7b57d2d6f9e558b1efe411d (patch) | |
tree | 33a152ff6822df8f2066c9978598ff9aeb44bcac /recipes-support/nano | |
parent | 9c9ca153f2f7155b3a62fe3da29b7027e2663ef5 (diff) | |
download | meta-mlinux-4e8611566547526cc7b57d2d6f9e558b1efe411d.tar.gz meta-mlinux-4e8611566547526cc7b57d2d6f9e558b1efe411d.tar.bz2 meta-mlinux-4e8611566547526cc7b57d2d6f9e558b1efe411d.zip |
recipes-support
Diffstat (limited to 'recipes-support/nano')
-rw-r--r-- | recipes-support/nano/nano_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-support/nano/nano_%.bbappend b/recipes-support/nano/nano_%.bbappend new file mode 100644 index 0000000..484aef7 --- /dev/null +++ b/recipes-support/nano/nano_%.bbappend @@ -0,0 +1,2 @@ +# Keeps libmagic and its database out of mLinux +PACKAGECONFIG_append = " tiny" |