spoon: Remove wildcards from fan recipe appends

The intent of the wildcards was to match the base recipe
irrespective of version but you don't need the wildcard
to do that.  Simply use the recipe name without the version
to match any version of the base recipe.

With the wildcards phosphor-fan%.bbappend for instance
matched every recipe that starts with phosphor-fan causing
strange build warnings like:

  invalid packageconfig cooling-type

while building some of the native fan configuration recipes.

Tested: Built a Witherspoon image

Change-Id: Iae63a98bbe23100c42d4a1aba4b3cf7f8a8e7d62
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
10 files changed