[oe-commits] org.oe.dev Update includedir and oldincludedir to point to new sysrooted staging dir.

khem commit oe at amethyst.openembedded.net
Thu Jun 26 04:02:46 UTC 2008


Update includedir and oldincludedir to point to new sysrooted staging dir.

Author: khem at openembedded.org
Branch: org.openembedded.dev
Revision: fb432a3c848fb8f9a30c288a565d9490a1d9b318
ViewMTN: http://monotone.openembedded.org/revision/info/fb432a3c848fb8f9a30c288a565d9490a1d9b318
Files:
1
classes/cross.bbclass
Diffs:

#
# mt diff -rdd815ee804927f18d5b7a178fd0793abcf7b7a76 -rfb432a3c848fb8f9a30c288a565d9490a1d9b318
#
#
#
# patch "classes/cross.bbclass"
#  from [504bbe85b9aae389cdf483045310b7f26d7a5fb4]
#    to [bdd50d7b0204dc37533449d262a744351c880e4e]
#
============================================================
--- classes/cross.bbclass	504bbe85b9aae389cdf483045310b7f26d7a5fb4
+++ classes/cross.bbclass	bdd50d7b0204dc37533449d262a744351c880e4e
@@ -49,8 +49,8 @@ libdir = "${exec_prefix}/lib"
 sbindir = "${exec_prefix}/bin"
 libexecdir = "${exec_prefix}/libexec"
 libdir = "${exec_prefix}/lib"
-includedir = "${exec_prefix}/include"
-oldincludedir = "${exec_prefix}/include"
+includedir = "${STAGING_DIR_TARGET}/${layout_includedir}"
+oldincludedir = "${STAGING_DIR_TARGET}/${layout_includedir}"
 
 do_stage () {
 	oe_runmake install






More information about the Openembedded-commits mailing list