gxine: Improve staging variables
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:35:56 +0000 (12:35 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:35:56 +0000 (12:35 +0000)
packages/gxine/gxine_0.4.1.bb
packages/gxine/gxine_0.4.1enhanced.bb

index 057b8a4..9648e9e 100644 (file)
@@ -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"
 
index 7245d1d..9677664 100644 (file)
@@ -39,7 +39,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/xine/${PN}-0.4.1.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"