diff options
Diffstat (limited to 'meta/packages/hal')
-rw-r--r-- | meta/packages/hal/hal_0.5.9.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/hal/hal_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/hal/hal_0.5.9.1.bb b/meta/packages/hal/hal_0.5.9.1.bb index 1698b7e050..6c7bcebd3f 100644 --- a/meta/packages/hal/hal_0.5.9.1.bb +++ b/meta/packages/hal/hal_0.5.9.1.bb | |||
@@ -19,7 +19,7 @@ S = "${WORKDIR}/hal-${PV}" | |||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ | 21 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ |
22 | --with-expat=${STAGING_LIBDIR}/.. \ | 22 | --with-expat=${STAGING_DIR_HOST}${layout_prefix} \ |
23 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ | 23 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ |
24 | --with-hotplug=${sysconfdir}/hotplug.d \ | 24 | --with-hotplug=${sysconfdir}/hotplug.d \ |
25 | --disable-docbook-docs \ | 25 | --disable-docbook-docs \ |
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb index 8d4aea834d..44be44f980 100644 --- a/meta/packages/hal/hal_git.bb +++ b/meta/packages/hal/hal_git.bb | |||
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git" | |||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ | 21 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ |
22 | --with-expat=${STAGING_LIBDIR}/.. \ | 22 | --with-expat=${STAGING_DIR_HOST}${layout_prefix} \ |
23 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ | 23 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ |
24 | --with-hotplug=${sysconfdir}/hotplug.d \ | 24 | --with-hotplug=${sysconfdir}/hotplug.d \ |
25 | --disable-docbook-docs \ | 25 | --disable-docbook-docs \ |