generic-poky/meta/recipes-support/gdbm
Robert Yang dcd361f9eb gdbm 1.8.3: install ndbm.h and dbm.h
There are gdbm 1.8.3 and gdbm 1.11, while 1.8.3 is GPLv2, it should
install ndbm.h and dbm.h as what 1.11 does, to make perl build OK when
non-gplv3 build.

Fixed when perl build: (non-gplv3 buld)
| NDBM_File.xs:18:60: fatal error: gdbm/ndbm.h: No such file or directory
|  #  include <gdbm/ndbm.h> /* RedHat compatibility version */
|                                                             ^
| compilation terminated.

And:
| ODBM_File.xs:8:19: fatal error: dbm.h: No such file or directory
|  #  include <dbm.h>
|                    ^
| compilation terminated.

(From OE-Core rev: f2abe18d2a3c9c4ff2b6b442bc496fd3b2203598)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-01 15:39:59 +01:00
..
files gdbm: enable ptest support 2014-05-06 17:59:16 +01:00
gdbm-1.8.3 gdbm-1.8.3: obey LDFLAGS 2014-09-22 13:04:22 +01:00
gdbm_1.8.3.bb gdbm 1.8.3: install ndbm.h and dbm.h 2015-07-01 15:39:59 +01:00
gdbm_1.11.bb gdbm: enable ptest support 2014-05-06 17:59:16 +01:00