glibc: make use of qemu conditional on ENABLE_BINARY_LOCALE_GENERATION which defaults...
authorRene Wagner <rw@handhelds.org>
Wed, 8 Mar 2006 15:27:25 +0000 (15:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 8 Mar 2006 15:27:25 +0000 (15:27 +0000)
commit5ade6d7f862fd4a54a3988bf831d1ed8a6e206bc
tree6b1abe5b85359640f1a6090a054332e3de17f572
parent8fdff86fd5be58df4bfdc669f14a39c428498ad1
glibc: make use of qemu conditional on ENABLE_BINARY_LOCALE_GENERATION which defaults to disabled. reinstate BINARY_LOCALE_ARCHES and make it a list of regular expressions.
  - against contrary belief BINARY_LOCALE_ARCHES = "" did disable the new code.
  - zapping that variable in glibc-package.bbclass as the changeset before
    this did is not an option since we need to keep track of which arches
    are supposed to have this enabled.
  - also, rename USE_BINARY_LOCALE to GLIBC_INTERNAL_USE_BINARY_LOCALE to
    prevent people who don't understand Python from shooting themselves in the
    foot. DONT MESS WITH THAT VARIABLE. setting USE_BINARY_LOCALE = "0" will
    _enable_ the new code since "0" (being a string) evaluates to True in
    Python.
packages/glibc/glibc-package.bbclass