opkg upgrade problem (check_data_file_clashes: Package libgdbm4 wants to install ...)

On my A3 beaglebone with angstrom I just did a opkg update which went fine but opkg upgrade produced the following after a long download,…)

`

Configuring python-misc.
Configuring python-zlib.
Configuring python-compression.
Configuring python-html.
Configuring python-terminal.
Collected errors:

  • check_data_file_clashes: Package libgdbm4 wants to install file /usr/lib/libgdbm.so.4
    But that file is already provided by package * gdbm
  • check_data_file_clashes: Package libgdbm4 wants to install file /usr/lib/libgdbm.so.4.0.0
    But that file is already provided by package * gdbm
  • check_data_file_clashes: Package libgdbm4 wants to install file /usr/lib/libgdbm.so.4
    But that file is already provided by package * gdbm
  • check_data_file_clashes: Package libgdbm4 wants to install file /usr/lib/libgdbm.so.4.0.0
    But that file is already provided by package * gdbm
    root@beaglebone:~#
    root@beaglebone:~# uname -a
    Linux beaglebone 3.2.14 #1 Mon Apr 9 12:21:19 CEST 2012 armv7l GNU/Linux

`

Can anyone shed some light on what is happening here?

Can I safely ignore this?