[oe-commits] org.oe.dev gxine: Improve staging variables

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 28 18:26:49 UTC 2008


gxine: Improve staging variables

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 6bf5262fc7acb70a0c1dbefb4eced0816584ee34
ViewMTN: http://monotone.openembedded.org/revision/info/6bf5262fc7acb70a0c1dbefb4eced0816584ee34
Files:
1
packages/gxine/gxine_0.4.1.bb
packages/gxine/gxine_0.4.1enhanced.bb
Diffs:

#
# mt diff -r1ffdb359a34b9def3bba9731c93bdf4ba08d8f07 -r6bf5262fc7acb70a0c1dbefb4eced0816584ee34
#
# 
# 
# patch "packages/gxine/gxine_0.4.1.bb"
#  from [8960aa965527e6ef1a77efb0878e52138f66b7a4]
#    to [66166c308e1752f6ae6835f1d50699c6592c9240]
# 
# patch "packages/gxine/gxine_0.4.1enhanced.bb"
#  from [7cd9d8702ca855a7b74febcbb2fb51bc4125c99a]
#    to [3190f0f6048ed1a8ccf3aa6ccd93c96a4ead8f8f]
# 
============================================================
--- packages/gxine/gxine_0.4.1.bb	8960aa965527e6ef1a77efb0878e52138f66b7a4
+++ packages/gxine/gxine_0.4.1.bb	66166c308e1752f6ae6835f1d50699c6592c9240
@@ -36,7 +36,7 @@ EXTRA_OECONF = " --includedir=${STAGING_
 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"
 
============================================================
--- packages/gxine/gxine_0.4.1enhanced.bb	7cd9d8702ca855a7b74febcbb2fb51bc4125c99a
+++ packages/gxine/gxine_0.4.1enhanced.bb	3190f0f6048ed1a8ccf3aa6ccd93c96a4ead8f8f
@@ -39,7 +39,7 @@ EXTRA_OECONF = " --includedir=${STAGING_
 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"
 






More information about the Openembedded-commits mailing list