diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-03 23:52:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-08 13:26:39 +0100 |
| commit | 35c3b9132d9ea3bc20d5744f7027156ef1049b7c (patch) | |
| tree | 275deeeaf6524b05796dd18ec1d3709d84709cef /meta/conf | |
| parent | 64e1d81be2e1e5fc466dbe3f025fe9aab074feab (diff) | |
| download | poky-35c3b9132d9ea3bc20d5744f7027156ef1049b7c.tar.gz | |
migrate_localcount: Drop long obsolete code
If BB_URI_LOCALCOUNT isn't set, the code does nothing. That code was removed in 2012:
https://git.yoctoproject.org/poky/commit/?id=d0f35207f9e19b440393a79ebf621649c495738d
Therefore drop the rest of it!
(From OE-Core rev: fca25fc4d7721f85f64c942307ebe7ba9f2fad3e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/migrate_localcount.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/migrate_localcount.conf b/meta/conf/migrate_localcount.conf deleted file mode 100644 index e486e03e5f..0000000000 --- a/meta/conf/migrate_localcount.conf +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | INHERIT += "migrate_localcount" | ||
