diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-30 22:08:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-30 22:08:07 +0000 |
commit | 2c4cc9c72d0eaaa02af555a4aadd8d990863c99f (patch) | |
tree | 50da5e5942df849a87878b4e7cecf5dd78524fc9 /conf | |
parent | 9887a14c72c8573c80f00a29d70c32258ba912e6 (diff) |
add DISTRO to OVERRIDES
BKrev: 410ac6c7wq1MEY3gxBWxFzQZG-7aUg
Diffstat (limited to 'conf')
-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: |