diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-09 18:11:54 +0200 | 
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-09 23:25:07 +0200 | 
| commit | f5ff8cdc62182e3452d5811f1f0a25d3318b66af (patch) | |
| tree | 0b4dfe6f25e1155dd0676791c43ee64d5af02a43 | |
| parent | e627989ad847f6c7b295117334ce0abeb84dbdbb (diff) | |
| download | buildroot-novena-f5ff8cdc62182e3452d5811f1f0a25d3318b66af.tar.gz buildroot-novena-f5ff8cdc62182e3452d5811f1f0a25d3318b66af.zip | |
hal: add dependency on host-libxml-parser-perl
hal integrates its own version of intltool tools, but they require
libxml-parser-perl to be installed on the host.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/hal/hal.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/hal/hal.mk b/package/hal/hal.mk index 746107b7b..262fc41bc 100644 --- a/package/hal/hal.mk +++ b/package/hal/hal.mk @@ -79,7 +79,7 @@ $(TARGET_DIR)/$(HAL_TARGET_BINARY): $(HAL_DIR)/hald/hald  		rm -f $(TARGET_DIR)/usr/libexec/$$file; \  	done -hal: host-pkg-config dbus-glib hwdata udev $(TARGET_DIR)/$(HAL_TARGET_BINARY) +hal: host-pkg-config host-libxml-parser-perl dbus-glib hwdata udev $(TARGET_DIR)/$(HAL_TARGET_BINARY)  hal-clean:  	rm -f $(TARGET_DIR)/etc/dbus-1/system.d/hal.conf | 
