diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:10:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:10:08 +0000 |
commit | b17670211a86799c101394dcaa7f1ed88758ddde (patch) | |
tree | 3fc555d85a85d4ad9e658a52316bab98aacf5f0a /meta/classes/cross.bbclass | |
parent | 0e09147de182aeb96cff9ff59211b3d907ba83f7 (diff) | |
download | poky-b17670211a86799c101394dcaa7f1ed88758ddde.tar.gz |
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3117 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r-- | meta/classes/cross.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 3588e2344a..6e5480a2a0 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -18,7 +18,7 @@ CPPFLAGS = "${BUILD_CPPFLAGS}" | |||
18 | CFLAGS = "${BUILD_CFLAGS}" | 18 | CFLAGS = "${BUILD_CFLAGS}" |
19 | CXXFLAGS = "${BUILD_CFLAGS}" | 19 | CXXFLAGS = "${BUILD_CFLAGS}" |
20 | LDFLAGS = "${BUILD_LDFLAGS}" | 20 | LDFLAGS = "${BUILD_LDFLAGS}" |
21 | LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " | 21 | LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}" |
22 | 22 | ||
23 | # Overrides for paths | 23 | # Overrides for paths |
24 | 24 | ||