RDEPENDS_${PN} += "udev hal-info"
RRECOMMENDS_${PN} += "udev-utils"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \
file://sg-inhibit.patch;patch=1 \
# At the time the postinst runs, dbus might not be setup so only restart if running
pkg_postinst_hal () {
- # can't do this offline
+ # can not do this offline
if [ "x$D" != "x" ]; then
exit 1
fi
delgroup haldaemon || true
}
+PACKAGES =+ "libhal libhal-storage"
+
+FILES_libhal = "${libdir}/libhal.so.*"
+FILES_libhal-storage = "${libdir}/libhal-storage.so.*"
+
FILES_${PN} = "${sysconfdir} \
${bindir}/lshal \
${bindir}/hal-find-by-capability \