mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
dbus: fix target installation with BR2_HAVE_DEVFILES
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b732fe6db6
commit
3470b376f2
2
CHANGES
2
CHANGES
@ -5,7 +5,7 @@
|
|||||||
New packages: libcdaudio, libdvdnav, libdvdread, hostapd, tcpreplay
|
New packages: libcdaudio, libdvdnav, libdvdread, hostapd, tcpreplay
|
||||||
|
|
||||||
Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils,
|
Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils,
|
||||||
busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
|
busybox, dbus, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
|
||||||
gst-plugins-bad, gvfs, flex, hal, iptables, iw, jpeg, kismet, libfuse,
|
gst-plugins-bad, gvfs, flex, hal, iptables, iw, jpeg, kismet, libfuse,
|
||||||
libglib2, libpcap, libungif, libxml2, libxslt, lighttpd, mesa, mpg123,
|
libglib2, libpcap, libungif, libxml2, libxslt, lighttpd, mesa, mpg123,
|
||||||
mtd-utils, neon, netstat-nat, openvpn, pcre, qt, readline, rpm,
|
mtd-utils, neon, netstat-nat, openvpn, pcre, qt, readline, rpm,
|
||||||
|
@ -81,7 +81,9 @@ $(DBUS_HOOK_POST_BUILD): $(DBUS_TARGET_BUILD)
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(DBUS_HOOK_POST_INSTALL): $(DBUS_TARGET_INSTALL_TARGET)
|
$(DBUS_HOOK_POST_INSTALL): $(DBUS_TARGET_INSTALL_TARGET)
|
||||||
|
ifneq ($(BR2_HAVE_DEVFILES),y)
|
||||||
rm -rf $(TARGET_DIR)/usr/lib/dbus-1.0
|
rm -rf $(TARGET_DIR)/usr/lib/dbus-1.0
|
||||||
|
endif
|
||||||
rm -rf $(TARGET_DIR)/var/lib/dbus
|
rm -rf $(TARGET_DIR)/var/lib/dbus
|
||||||
ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
|
ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
|
||||||
$(INSTALL) -m 0755 package/dbus/S30dbus $(TARGET_DIR)/etc/init.d
|
$(INSTALL) -m 0755 package/dbus/S30dbus $(TARGET_DIR)/etc/init.d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user