[oe] [oe-commits] Phil Blundell : gtk+: build gtk-demo and package it appropriately

Phil Blundell philb at gnu.org
Wed Mar 10 20:59:40 UTC 2010


On Wed, 2010-03-10 at 12:34 -0800, Steve Sakoman wrote:
> My repo is at current top of tree with your gtk+.inc patch and
> gtk+_2.18.6.bb unchanged:

Ah, I remember now, you need a patch to base.bbclass as well to make it
stage the files from etc/.  Try this:

diff --git a/classes/base.bbclass b/classes/base.bbclass
index bbc1cc7..2327c1e 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() {

p.






More information about the Openembedded-devel mailing list