[v2,1/3] gypsy: fix packaging of DBus starter script
Submitted by Steffen Sledz on Nov. 28, 2011, 11:07 a.m.
|
Patch ID: 15465
Details
Commit Message
@@ -3,6 +3,8 @@ LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 dbus-glib bluez4 libxslt-native"
+INC_PR = "r1"
+
inherit autotools pkgconfig
do_configure_prepend () {
@@ -14,6 +16,6 @@ PACKAGES += "libgypsy libgypsy-dev libgypsy-dbg"
FILES_lib${PN} = "${libdir}/lib*.so*"
FILES_lib${PN}-dev = "${includedir}/* ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
FILES_lib${PN}-dbg = "${libdir}/.debug"
-FILES_${PN} = "${datadir}/dbus-1/services/ ${libexecdir}/gypsy-daemon ${sysconfdir}/dbus-1/system.d/*"
+FILES_${PN} = "${datadir}/dbus-1/system-services/* ${libexecdir}/gypsy-daemon ${sysconfdir}/dbus-1/system.d/*"
FILES_${PN}-dbg ="${libexecdir}/.debug*"
CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.d/Gypsy.conf"
@@ -1,5 +1,7 @@
require gypsy.inc
+PR = "${INC_PR}.0"
+
SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-0.7.tar.gz;name=gypsy \
file://docs-reference-am.patch \
file://remove-werror.patch \
Comments