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
This commit is contained in:
Richard Purdie
2008-02-14 21:13:55 +00:00
parent 0578c881f3
commit 1bb290aee1

View File

@@ -14,3 +14,6 @@ TARGET_OS = "${UCLIBCTARGETOS}"
CXXFLAGS += "-fvisibility-inlines-hidden"
IMAGE_LINGUAS = ""
DEPLOY_DIR = "${TMPDIR}/deploy-uclibc"
DEPLOY_DIR_IMAGE = "${TMPDIR}/deploy/images"