Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] dbus: Ensure localstatedir is added to the package
@ 2011-11-01 14:31 Richard Purdie
  2011-11-01 14:42 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2011-11-01 14:31 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index b378bda..68d3535 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -10,7 +10,7 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X
 DEPENDS_virtclass-native = "expat-native virtual/libintl-native"
 DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
            file://tmpdir.patch; \
@@ -44,6 +44,7 @@ FILES_${PN} = "${bindir}/dbus-daemon* \
                ${bindir}/dbus-monitor \
                ${libexecdir}/dbus* \
                ${sysconfdir} \
+               ${localstatedir} \
                ${datadir}/dbus-1/services \
                ${datadir}/dbus-1/system-services"
 FILES_${PN}-lib = "${libdir}/lib*.so.*"




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-01 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 14:31 [PATCH] dbus: Ensure localstatedir is added to the package Richard Purdie
2011-11-01 14:42 ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox