mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
hal: dbus expat option is BR2_DBUS_EXPAT
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bbd96dbaa7
commit
170b3d3d05
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
|||||||
|
2010.05-rc4, Not yet released:
|
||||||
|
|
||||||
|
Fixes all over the tree.
|
||||||
|
|
||||||
|
Updated/fixed packages: hal
|
||||||
|
|
||||||
2010.05-rc3, Released May 27th, 2010:
|
2010.05-rc3, Released May 27th, 2010:
|
||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG
|
|||||||
|
|
||||||
config BR2_VERSION
|
config BR2_VERSION
|
||||||
string
|
string
|
||||||
default "2010.05-rc3"
|
default "2010.05-rc3-git"
|
||||||
|
|
||||||
source "target/Config.in.arch"
|
source "target/Config.in.arch"
|
||||||
source "target/device/Config.in"
|
source "target/device/Config.in"
|
||||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_HAL
|
|||||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
select BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
select BR2_PACKAGE_DBUS_EXPAT
|
select BR2_DBUS_EXPAT
|
||||||
select BR2_PACKAGE_DBUS_GLIB
|
select BR2_PACKAGE_DBUS_GLIB
|
||||||
select BR2_PACKAGE_HWDATA
|
select BR2_PACKAGE_HWDATA
|
||||||
select BR2_PACKAGE_UDEV
|
select BR2_PACKAGE_UDEV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user