mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package: mark liboil + swfdec as deprecated
They are dead upstream, and will be removed during 2011.11 cycle unless someone speaks up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fc57b341d9
commit
d49286740a
2
CHANGES
2
CHANGES
@ -30,6 +30,8 @@
|
|||||||
libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
|
libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
|
||||||
statserial, stunnel, ti-utils, uboot-tools, yajl
|
statserial, stunnel, ti-utils, uboot-tools, yajl
|
||||||
|
|
||||||
|
Deprecated packages: liboil, swfdec
|
||||||
|
|
||||||
Removed packages: hal
|
Removed packages: hal
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBOIL
|
config BR2_PACKAGE_LIBOIL
|
||||||
bool "liboil"
|
bool "liboil"
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
help
|
help
|
||||||
Library of simple functions that are optimized for various CPUs.
|
Library of simple functions that are optimized for various CPUs.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SWFDEC
|
config BR2_PACKAGE_SWFDEC
|
||||||
bool "swfdec"
|
bool "swfdec"
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||||
select BR2_PACKAGE_LIBOIL
|
select BR2_PACKAGE_LIBOIL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user