base: also stage ${sysconfdir}
authorPhil Blundell <philb@gnu.org>
Thu, 11 Mar 2010 11:29:34 +0000 (11:29 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 11 Mar 2010 11:33:13 +0000 (11:33 +0000)
classes/base.bbclass

index bbc1cc7..a94fa27 100644 (file)
@@ -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() {