summaryrefslogtreecommitdiffstats
path: root/package/libuio/libuio.mk
Commit message (Collapse)AuthorAgeFilesLines
* libuio: use the new gettext logicThomas Petazzoni2017-07-051-7/+2
| | | | | | | | | | | | | This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - using TARGET_NLS_LIBS to force linking against libintl - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libuio: disable WerrorRomain Naour2016-07-021-1/+1
| | | | | | | | | Disable -Werror to avoid build issues caused by warnings. Signed-off-by: Romain Naour <romain.naour@smile.fr> Reported-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libuio: fix build with external intl libraryRomain Naour2016-07-021-1/+10
| | | | | | | | | | | | When intl library is not provided by the libc, libuio forgets to link with -lintl. Fixes: http://autobuild.buildroot.net/results/8f7/8f715b4e9b826dac13f3d49da25576e6e1d79449 [Peter: simplify using LIBUIO_LIBS as suggested by Yann] Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libuio: new packageJoris Lijssens2016-07-011-0/+27
Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> [Romain: - fix autoreconf issue by using GETTEXTIZE and AUTORECONF - fix issue with missing makeinfo - move version number comment in .mk] Signed-off-by: Romain Naour <romain.naour@smile.fr> [Thomas: add GPLv2 license, used for the programs.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud