diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:06:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:06:34 +0000 |
commit | 0e09147de182aeb96cff9ff59211b3d907ba83f7 (patch) | |
tree | 004da019bcbfcd9e2325f1855877eca18fc56587 /meta/packages/libidl | |
parent | 19f1bad37806b5e0b4d971d09226eda51345c9d2 (diff) | |
download | poky-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.gz |
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libidl')
-rw-r--r-- | meta/packages/libidl/libidl_0.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libidl/libidl_0.8.3.bb b/meta/packages/libidl/libidl_0.8.3.bb index 6a4e0f895c..b3c59623a3 100644 --- a/meta/packages/libidl/libidl_0.8.3.bb +++ b/meta/packages/libidl/libidl_0.8.3.bb | |||
@@ -15,7 +15,7 @@ inherit autotools pkgconfig binconfig | |||
15 | 15 | ||
16 | do_stage() { | 16 | do_stage() { |
17 | oe_runmake install \ | 17 | oe_runmake install \ |
18 | prefix=${STAGING_DIR} \ | 18 | prefix=${STAGING_DIR_HOST}${layout_prefix} \ |
19 | bindir=${STAGING_BINDIR} \ | 19 | bindir=${STAGING_BINDIR} \ |
20 | includedir=${STAGING_INCDIR} \ | 20 | includedir=${STAGING_INCDIR} \ |
21 | libdir=${STAGING_LIBDIR} \ | 21 | libdir=${STAGING_LIBDIR} \ |