diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-14 21:13:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-14 21:13:55 +0000 |
commit | 1bb290aee1e538e63038725c95e3fb7cde4eb4e1 (patch) | |
tree | ae9c6efff70ec9a3fa21483df52e9e6da070fbab /meta | |
parent | 0578c881f30be20dc103a96efbdae9e61ba9ff39 (diff) | |
download | poky-1bb290aee1e538e63038725c95e3fb7cde4eb4e1.tar.gz |
poky-uclibc.inc: Tweak deploy directory so it doesn't clash with glibc packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3808 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-uclibc.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-uclibc.inc b/meta/conf/distro/include/poky-uclibc.inc index 139cf07807..fcd65c9963 100644 --- a/meta/conf/distro/include/poky-uclibc.inc +++ b/meta/conf/distro/include/poky-uclibc.inc | |||
@@ -14,3 +14,6 @@ TARGET_OS = "${UCLIBCTARGETOS}" | |||
14 | CXXFLAGS += "-fvisibility-inlines-hidden" | 14 | CXXFLAGS += "-fvisibility-inlines-hidden" |
15 | 15 | ||
16 | IMAGE_LINGUAS = "" | 16 | IMAGE_LINGUAS = "" |
17 | |||
18 | DEPLOY_DIR = "${TMPDIR}/deploy-uclibc" | ||
19 | DEPLOY_DIR_IMAGE = "${TMPDIR}/deploy/images" | ||