summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oe/recipeutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/recipeutils.py b/meta/lib/oe/recipeutils.py
index 25b159bc1b..0aa6d0593e 100644
--- a/meta/lib/oe/recipeutils.py
+++ b/meta/lib/oe/recipeutils.py
@@ -702,6 +702,7 @@ def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False,
702 if not removevalues: 702 if not removevalues:
703 removevalues = {} 703 removevalues = {}
704 704
705 recipefile = rd.getVar('FILE')
705 # Determine how the bbappend should be named 706 # Determine how the bbappend should be named
706 appendpath, pathok = get_bbappend_path(rd, destlayerdir, wildcardver) 707 appendpath, pathok = get_bbappend_path(rd, destlayerdir, wildcardver)
707 if not appendpath: 708 if not appendpath: