[oe-commits] Phil Blundell : base: also stage ${sysconfdir}

git version control git at git.openembedded.org
Thu Mar 11 12:44:42 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: a9089155a6d877655230bb264f121a8db5b904fd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9089155a6d877655230bb264f121a8db5b904fd

Author: Phil Blundell <philb at gnu.org>
Date:   Thu Mar 11 11:29:34 2010 +0000

base: also stage ${sysconfdir}

---

 classes/base.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index bbc1cc7..a94fa27 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -1100,6 +1100,7 @@ sysroot_stage_dirs() {
 		sysroot_stage_libdir $from${base_libdir} $to${STAGING_DIR_HOST}${base_libdir}
 	fi
 	sysroot_stage_dir $from${datadir} $to${STAGING_DATADIR}
+	sysroot_stage_dir $from${sysconfdir} $to${sysconfdir}
 }
 
 sysroot_stage_all() {





More information about the Openembedded-commits mailing list