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/conf/distro | |
parent | 0578c881f30be20dc103a96efbdae9e61ba9ff39 (diff) | |
download | openembedded-core-1bb290aee1e538e63038725c95e3fb7cde4eb4e1.tar.gz openembedded-core-1bb290aee1e538e63038725c95e3fb7cde4eb4e1.tar.bz2 openembedded-core-1bb290aee1e538e63038725c95e3fb7cde4eb4e1.tar.xz openembedded-core-1bb290aee1e538e63038725c95e3fb7cde4eb4e1.zip |
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/conf/distro')
-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 139cf0780..fcd65c996 100644 --- a/meta/conf/distro/include/poky-uclibc.inc +++ b/meta/conf/distro/include/poky-uclibc.inc @@ -14,3 +14,6 @@ TARGET_OS = "${UCLIBCTARGETOS}" CXXFLAGS += "-fvisibility-inlines-hidden" IMAGE_LINGUAS = "" + +DEPLOY_DIR = "${TMPDIR}/deploy-uclibc" +DEPLOY_DIR_IMAGE = "${TMPDIR}/deploy/images" |