diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-03-10 13:24:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 16:09:14 +0000 |
commit | b9c986b0f3bc3ddd583a670a502d7d4aec8959b6 (patch) | |
tree | 82dd7159a220ea296b5c62443837af1d5e86cb73 /meta/recipes-support/db | |
parent | 852e8048d186b4d93110a4e2e1b10bde769f0d4d (diff) | |
download | poky-b9c986b0f3bc3ddd583a670a502d7d4aec8959b6.tar.gz |
db: do the multilib_header processing for db.h
As it varies from one machine to another.
(From OE-Core rev: e34ac7634a6d1f110ee4748de813e7b1fd89d119)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 0b51a1d440..1b25fd4685 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -27,7 +27,7 @@ SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe7247804317 | |||
27 | 27 | ||
28 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e31437f4f87cdd4ab2b8613955" | 28 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e31437f4f87cdd4ab2b8613955" |
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools multilib_header |
31 | 31 | ||
32 | # Put virtual/db in any appropriate provider of a | 32 | # Put virtual/db in any appropriate provider of a |
33 | # relational database, use it as a dependency in | 33 | # relational database, use it as a dependency in |
@@ -95,6 +95,8 @@ do_install_append() { | |||
95 | ln -s db51/db.h ${D}/${includedir}/db.h | 95 | ln -s db51/db.h ${D}/${includedir}/db.h |
96 | ln -s db51/db_cxx.h ${D}/${includedir}/db_cxx.h | 96 | ln -s db51/db_cxx.h ${D}/${includedir}/db_cxx.h |
97 | 97 | ||
98 | oe_multilib_header db51/db.h | ||
99 | |||
98 | # The docs end up in /usr/docs - not right. | 100 | # The docs end up in /usr/docs - not right. |
99 | if test -d "${D}/${prefix}/docs" | 101 | if test -d "${D}/${prefix}/docs" |
100 | then | 102 | then |