mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
gconf-dbus: Convert to BBCLASSEXTEND and drop custom staging append since its no longer needed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
SECTION = "x11/utils"
|
||||
DEPENDS = "intltool-native glib-2.0-native dbus-native dbus-glib-native libxml2-native popt-native gtk-doc-native"
|
||||
DESCRIPTION = "Settings daemon using DBUS for communication."
|
||||
LICENSE = "GPL"
|
||||
PROVIDES = "gconf-native"
|
||||
RPROVIDES_${PN} = "gconf-native"
|
||||
|
||||
PV = "2.16.0+svnr${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
|
||||
|
||||
inherit pkgconfig autotools native
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*"
|
||||
FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes"
|
||||
|
||||
|
||||
do_configure_prepend() {
|
||||
touch gtk-doc.make
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
|
||||
}
|
||||
@@ -10,7 +10,7 @@ PV = "2.16.0+svnr${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
inherit pkgconfig autotools_stage
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
@@ -25,7 +25,5 @@ do_configure_prepend() {
|
||||
touch gtk-doc.make
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
|
||||
}
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user