diff options
-rw-r--r-- | conf/oe.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/oe.conf b/conf/oe.conf index f30a3dfa5b..158176dfca 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -355,7 +355,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" # # This works for functions as well, they are really just environment variables. -OVERRIDES = "local:${MACHINE}:${TARGET_OS}:${TARGET_ARCH}" +OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}" # Read rest of config files: |