summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/useradd.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass
index 0997b3da7a..cb809b5dd7 100644
--- a/meta/classes/useradd.bbclass
+++ b/meta/classes/useradd.bbclass
@@ -268,4 +268,4 @@ fakeroot python populate_packages:prepend () {
268# Use the following to extend the useradd with custom functions 268# Use the following to extend the useradd with custom functions
269USERADDEXTENSION ?= "" 269USERADDEXTENSION ?= ""
270 270
271inherit ${USERADDEXTENSION} 271inherit_defer ${USERADDEXTENSION}