]> code.ossystems Code Review - openembedded-core.git/commit
gdbm 1.8.3: install ndbm.h and dbm.h
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 29 Jun 2015 04:42:29 +0000 (21:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jul 2015 14:38:21 +0000 (15:38 +0100)
commitf2abe18d2a3c9c4ff2b6b442bc496fd3b2203598
tree7a6c1db8514809169f19c0b1f6d842ee57b00d15
parent5a70e45b8c6cb0fa7ea4fe1b326ad604508d00cb
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gdbm/gdbm_1.8.3.bb