mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
Fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2677 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -7,7 +7,7 @@ RPROVIDES_${PN} = "gconf"
|
||||
RPROVIDES_${PN}-dev = "gconf-dev"
|
||||
|
||||
PV = "2.16.0+svnr${SRCREV}"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
|
||||
file://69gconfd-dbus"
|
||||
@@ -18,7 +18,7 @@ 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"
|
||||
FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
|
||||
|
||||
EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --disable-gtk --enable-shared --disable-static"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user