From 7f9302120aa92f56248a718cbfee59bcc3340e5c Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 2 Oct 2018 21:09:21 -0700 Subject: openpower: phosphor-rest: set append wildcard For a recipe without a suffix piece, add wildcard to the append. Next will update the recipe. Then update the append again. (From meta-openpower rev: 2bc52aabc039df58c3ae05ea839608f4b4d15ffe) Change-Id: I82005344ce62402d935a860cd93579437b640101 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-openpower/recipes-phosphor/interfaces/phosphor-rest%.bbappend | 1 + meta-openpower/recipes-phosphor/interfaces/phosphor-rest.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 meta-openpower/recipes-phosphor/interfaces/phosphor-rest%.bbappend delete mode 100644 meta-openpower/recipes-phosphor/interfaces/phosphor-rest.bbappend diff --git a/meta-openpower/recipes-phosphor/interfaces/phosphor-rest%.bbappend b/meta-openpower/recipes-phosphor/interfaces/phosphor-rest%.bbappend new file mode 100644 index 000000000..a28e3da18 --- /dev/null +++ b/meta-openpower/recipes-phosphor/interfaces/phosphor-rest%.bbappend @@ -0,0 +1 @@ +FILESEXTRAPATHS_prepend_df-openpower := "${THISDIR}/${PN}:" diff --git a/meta-openpower/recipes-phosphor/interfaces/phosphor-rest.bbappend b/meta-openpower/recipes-phosphor/interfaces/phosphor-rest.bbappend deleted file mode 100644 index a28e3da18..000000000 --- a/meta-openpower/recipes-phosphor/interfaces/phosphor-rest.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS_prepend_df-openpower := "${THISDIR}/${PN}:" -- cgit v1.2.1