From 01b2a16beb4a924077b74943ad4d6e7976563ff1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 18 Oct 2011 18:26:26 +0100 Subject: [PATCH] gettext: Switch to disabling nls and reducing -native build dependencies to a set of pre built m4 macros When analysing our build performance, its apparent that binutils-cross takes an age to get built. This is due to its dependencies on flex-native and bison-native which in turn depend on gettext-native. gettext-native is problematic as it has a significant dependency chain of its own and takes an age to build. What is worse is that we never care about the native language support in -native and -cross packages since we always force the C locale. This patch therefore disables nls for all -native packages (its already disabled for -cross) and adds a new gettext-minimal-native package which contains the m4 macros to keep autoconf/automake happy. This means we gain a significant build time speedup by the removal of gettext-native from most dependency chains (only being part of gettext for the target now). For now the LICENCE field says GPLv3, the macros are actually under a FSF MIT like licence so we need to update this part of the patch in due course. Signed-off-by: Richard Purdie --- meta/classes/gettext.bbclass | 4 + .../gettext/gettext-minimal-0.18.1.1/COPYING | 674 ++++++++++++++++++ .../gettext-minimal-0.18.1.1/aclocal.tgz | Bin 0 -> 36374 bytes .../gettext-minimal-native_0.18.1.1.bb | 19 + meta/recipes-devtools/bison/bison_2.5.bb | 2 +- meta/recipes-support/attr/ea-acl.inc | 1 + 6 files changed, 699 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.18.1.1/COPYING create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.18.1.1/aclocal.tgz create mode 100644 meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index d5b3d701e9..1793748af2 100644 --- a/meta/classes/gettext.bbclass +++ b/meta/classes/gettext.bbclass @@ -3,9 +3,13 @@ def gettext_dependencies(d): return "" if d.getVar('INHIBIT_DEFAULT_DEPS', True) and not oe.utils.inherits(d, 'cross-canadian'): return "" + if oe.utils.inherits(d, 'native'): + return "gettext-minimal-native" return d.getVar('DEPENDS_GETTEXT', False) def gettext_oeconf(d): + if oe.utils.inherits(d, 'native'): + return '--disable-nls' # Remove the NLS bits if USE_NLS is no. if d.getVar('USE_NLS', True) == 'no' and not oe.utils.inherits(d, 'native', 'nativesdk', 'cross', 'cross-canadian'): return '--disable-nls' diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.1.1/COPYING b/meta/recipes-core/gettext/gettext-minimal-0.18.1.1/COPYING new file mode 100644 index 0000000000..94a9ed024d --- /dev/null +++ b/meta/recipes-core/gettext/gettext-minimal-0.18.1.1/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.1.1/aclocal.tgz b/meta/recipes-core/gettext/gettext-minimal-0.18.1.1/aclocal.tgz new file mode 100644 index 0000000000000000000000000000000000000000..6dab00d165aa5dcc6c98fba8315fa4bb35a15303 GIT binary patch literal 36374 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 z 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 literal 0 HcmV?d00001 diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb new file mode 100644 index 0000000000..71c60459e4 --- /dev/null +++ b/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb @@ -0,0 +1,19 @@ +SRC_URI = "file://aclocal.tgz \ + file://COPYING" + +INHIBIT_DEFAULT_DEPS = "1" +INHIBIT_AUTOTOOLS_DEPS = "1" + +LICENSE = "FSF-Unlimited" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +inherit native + +PR = "r1" + +S = "${WORKDIR}" + +do_install () { + install -d ${D}${datadir}/aclocal/ + cp ${WORKDIR}/*.m4 ${D}${datadir}/aclocal/ +} diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb index eb5d87c6f7..c5113cdccd 100644 --- a/meta/recipes-devtools/bison/bison_2.5.bb +++ b/meta/recipes-devtools/bison/bison_2.5.bb @@ -21,7 +21,7 @@ SRC_URI = "${BASE_SRC_URI} \ SRC_URI[md5sum] = "687e1dcd29452789d34eaeea4c25abe4" SRC_URI[sha256sum] = "722def46e4a19a5b7a579ef30db1965f86c37c1a20a5f0113743a2e4399f7c99" -DEPENDS_virtclass-native = "gettext-native" +DEPENDS_virtclass-native = "gettext-minimal-native" SRC_URI_virtclass-native = "${BASE_SRC_URI}" inherit autotools gettext diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc index 6a45858b20..ce98a95cdb 100644 --- a/meta/recipes-support/attr/ea-acl.inc +++ b/meta/recipes-support/attr/ea-acl.inc @@ -9,6 +9,7 @@ inherit autotools gettext # overwritten by autoheader export AUTOHEADER = "true" EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root" +EXTRA_OECONF_append_virtclass-native = " --enable-gettext=no" EXTRA_OEMAKE = "PKG_LIB_DIR=${base_libdir} PKG_DEVLIB_DIR=${libdir}" -- 2.40.1