Files
poky/meta/recipes-support
Andre McCurdy 616075eca3 ca-certificates: avoid using += with an over-ride
Using += with an over-ride can be a source of confusion so try to
avoid the construct in core recipes.

In this case, the commit which added the over-ride seems to have been
buggy - the commit message mentions "add to SYSROOT_DIRS" rather than
a correct description of what the change actually did, ie "over-ride
SYSROOT_DIRS":

  http://git.openembedded.org/openembedded-core/commit/?id=355e49e19abb3e729c82a6de46ada8da8a257f58

The commit also appears to have been unnecessary as ${sysconfdir} is
appended to SYSROOT_DIRS for -native recipes by default from within
staging.bbclass.

To workaround the bug introduced by the first commit, a subsequent
commit later added ${datadir}/ca-certificates to the over-ride value
(which would not normally be necessary as ${datadir} is included in
the default value of SYSROOT_DIRS - ie the value which was lost due
to being over-ridden):

  http://git.openembedded.org/openembedded-core/commit/?id=09bb7718d74573be9a5db4d0737fb14126f6489c

Therefore the fix seem to be to remove the SYSROOT_DIRS over-ride
entirely - the default value of SYSROOT_DIRS set by staging.bbclass
includes both ${datadir} and ${sysconfdir} when building for -native.

(From OE-Core rev: c1f18efda0280644b4a4ce6f2988fb7ada71faf6)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-06 22:55:02 +01:00
..
2018-02-06 11:06:29 +00:00
2017-05-11 16:59:18 +01:00
2018-06-15 17:56:24 +01:00
2018-06-15 17:56:24 +01:00
2018-06-29 11:07:44 +01:00
2018-01-23 23:43:45 +00:00
2018-07-04 00:02:16 +01:00
2018-05-04 13:28:03 +01:00
2018-07-04 00:02:16 +01:00
2018-01-02 17:24:38 +00:00
2018-06-29 11:07:44 +01:00
2018-05-04 13:28:01 +01:00
2014-01-02 22:39:23 +00:00
2018-03-09 09:17:02 -08:00
2018-05-08 16:14:14 +01:00
2018-07-04 00:02:16 +01:00
2018-03-09 09:17:02 -08:00
2018-03-04 11:35:40 +00:00
2018-02-06 11:06:29 +00:00
2018-05-04 13:28:02 +01:00
2018-06-29 11:07:45 +01:00
2018-05-04 13:28:03 +01:00
2016-11-15 15:19:53 +00:00
2018-05-29 21:07:15 +01:00
2017-12-10 22:45:18 +00:00
2017-03-10 14:50:11 +00:00
2018-02-24 10:31:48 +00:00
2018-07-04 00:02:16 +01:00
2018-07-06 22:55:02 +01:00
2018-06-15 17:56:24 +01:00
2017-08-03 11:14:13 +01:00
2018-03-09 09:17:02 -08:00
2018-06-18 11:07:57 +01:00
2018-06-18 11:07:57 +01:00