mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
hal: split libraries to separate packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3644 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -7,7 +7,7 @@ DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb"
|
|||||||
RDEPENDS_${PN} += "udev hal-info"
|
RDEPENDS_${PN} += "udev hal-info"
|
||||||
RRECOMMENDS_${PN} += "udev-utils"
|
RRECOMMENDS_${PN} += "udev-utils"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \
|
SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \
|
||||||
file://sg-inhibit.patch;patch=1 \
|
file://sg-inhibit.patch;patch=1 \
|
||||||
@@ -46,7 +46,7 @@ do_stage() {
|
|||||||
|
|
||||||
# At the time the postinst runs, dbus might not be setup so only restart if running
|
# At the time the postinst runs, dbus might not be setup so only restart if running
|
||||||
pkg_postinst_hal () {
|
pkg_postinst_hal () {
|
||||||
# can't do this offline
|
# can not do this offline
|
||||||
if [ "x$D" != "x" ]; then
|
if [ "x$D" != "x" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@@ -68,6 +68,11 @@ pkg_postrm_hal () {
|
|||||||
delgroup haldaemon || true
|
delgroup haldaemon || true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PACKAGES =+ "libhal libhal-storage"
|
||||||
|
|
||||||
|
FILES_libhal = "${libdir}/libhal.so.*"
|
||||||
|
FILES_libhal-storage = "${libdir}/libhal-storage.so.*"
|
||||||
|
|
||||||
FILES_${PN} = "${sysconfdir} \
|
FILES_${PN} = "${sysconfdir} \
|
||||||
${bindir}/lshal \
|
${bindir}/lshal \
|
||||||
${bindir}/hal-find-by-capability \
|
${bindir}/hal-find-by-capability \
|
||||||
|
|||||||
Reference in New Issue
Block a user