[oe-commits] org.oe.dev gconf: fix compilation for version 2.6.1

Laibsch commit oe at amethyst.openembedded.net
Mon Sep 1 17:55:33 UTC 2008


gconf: fix compilation for version 2.6.1
* remove autotools_stage_all.  For some reason it does not work
* I would have thought that FILES_${PN}-dbg and FILES_gconf-dbg are the same
  for the gconf package.  bitbake seems to think otherwise, so I'm renaming
  to actually fix bug 3505.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 7a532019bad5cc5b06e691460db82ce1459b3398
ViewMTN: http://monotone.openembedded.org/revision/info/7a532019bad5cc5b06e691460db82ce1459b3398
Files:
1
packages/gnome/gconf_2.6.1.bb
Diffs:

#
# mt diff -r9767e2c8632f709640f3b42264030553c9906cb2 -r7a532019bad5cc5b06e691460db82ce1459b3398
#
#
#
# patch "packages/gnome/gconf_2.6.1.bb"
#  from [8576f10b7a8c6bc87cc71f24e3065ec4b52d572b]
#    to [0089690cddb11048bb5f20d090561701b1542220]
#
============================================================
--- packages/gnome/gconf_2.6.1.bb	8576f10b7a8c6bc87cc71f24e3065ec4b52d572b
+++ packages/gnome/gconf_2.6.1.bb	0089690cddb11048bb5f20d090561701b1542220
@@ -3,7 +3,7 @@ ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE
 LICENSE = "LGPL"
 DEPENDS = "orbit2 glib-2.0  libxml2"
 ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
-PR = "r1"
+PR = "r2"
 
 S = "${WORKDIR}/GConf-${PV}"
 
@@ -20,7 +20,10 @@ do_stage() {
 }
 
 do_stage() {
-	autotools_stage_all
+	oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR}
+	install -d ${STAGING_INCDIR}/gconf/2/gconf/
+	( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done )
+	install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
 }
 
 do_install() {
@@ -28,4 +31,4 @@ FILES_${PN} += " ${libdir}/GConf/*"
 }
 
 FILES_${PN} += " ${libdir}/GConf/*"
+FILES_${PN}-dbg += "${libdir}/*/*/.debug"
-FILES_gconf-dbg += "${libdir}/*/*/.debug"






More information about the Openembedded-commits mailing list