mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
libc-package.bbclass: Disable lib packaging dependenies for libc-initial versions
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,6 +12,10 @@ GLIBC_INTERNAL_USE_BINARY_LOCALE ?= "ondevice"
|
||||
python __anonymous () {
|
||||
enabled = bb.data.getVar("ENABLE_BINARY_LOCALE_GENERATION", d, 1)
|
||||
|
||||
pn = d.getVar("PN", True)
|
||||
if pn.endswith("-initial"):
|
||||
enabled = False
|
||||
|
||||
if enabled and int(enabled):
|
||||
import re
|
||||
|
||||
|
||||
Reference in New Issue
Block a user