diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:35:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:35:56 +0000 |
commit | 0ac73ab09fa9aa4ab706985c9bc08d917ad66ddf (patch) | |
tree | c9c7b787babbdc6720578a47f34a511253d28c96 /packages/gxine/gxine_0.4.1.bb | |
parent | 76fe690e35a7a400a1318167161895c2abb99110 (diff) |
gxine: Improve staging variables
Diffstat (limited to 'packages/gxine/gxine_0.4.1.bb')
-rw-r--r-- | packages/gxine/gxine_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gxine/gxine_0.4.1.bb b/packages/gxine/gxine_0.4.1.bb index 057b8a48eb..9648e9ef0c 100644 --- a/packages/gxine/gxine_0.4.1.bb +++ b/packages/gxine/gxine_0.4.1.bb @@ -36,7 +36,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/xine/${PN}-${PV}.tar.gz \ EXTRA_OECONF = " --includedir=${STAGING_INCDIR} \ --libdir=${STAGING_LIBDIR} \ --disable-xinetest \ - --with-xine-prefix=${STAGING_DIR}/${HOST_SYS}" + --with-xine-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" LDFLAGS += "-lxine" |