diff options
Diffstat (limited to 'classes/with-selinux.bbclass')
-rw-r--r-- | classes/with-selinux.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/with-selinux.bbclass b/classes/with-selinux.bbclass index 7873d9b..37b9e13 100644 --- a/classes/with-selinux.bbclass +++ b/classes/with-selinux.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit selinux | 1 | inherit selinux |
2 | 2 | ||
3 | PACKAGECONFIG_append = " ${@target_selinux(d)}" | 3 | PACKAGECONFIG:append = " ${@target_selinux(d)}" |
4 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," | 4 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," |