diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2014-11-06 15:42:20 +0000 |
---|---|---|
committer | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-03-25 16:12:12 +0000 |
commit | 86a69707d83766a0d5ddb80769a909752bbdebbc (patch) | |
tree | fcd15d56a60b473720f5da2c69f9a64d4f774c4d /common/recipes-devtools/qemu/qemu_%.bbappend | |
parent | 1c35920d85e424b3f65aa6df1dbde689dd6ec007 (diff) |
qemu: Rename qemu bbappend to use version wildcard
The current bbappend makes a simple change and seems to be a good candidate for using a version wildcard to avoid churn in the commit log just to rev the filename. Changed as part of the update to YP 1.7.
Diffstat (limited to 'common/recipes-devtools/qemu/qemu_%.bbappend')
-rw-r--r-- | common/recipes-devtools/qemu/qemu_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/recipes-devtools/qemu/qemu_%.bbappend b/common/recipes-devtools/qemu/qemu_%.bbappend new file mode 100644 index 0000000..e860069 --- /dev/null +++ b/common/recipes-devtools/qemu/qemu_%.bbappend @@ -0,0 +1 @@ +INSANE_SKIP_${PN} += "textrel" |