summaryrefslogtreecommitdiffstats
path: root/package/mxsldr
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/binArnout Vandecappelle2017-07-051-1/+1
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> 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>
* mxsldr: new packageErik Stromdahl2016-07-082-0/+30
Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com> [Thomas: - Rename prompt from "host-mxsldr" to "host mxsldr". - Add BR2_armeb in the list of architectures under which this package can be enabled. - Remove double quotes around the _SITE value. - The license is GPLv2+, not GPLv2. - Add a value for the _LICENSE_FILES variable - Rename MXSLDR_DEPENDENCIES to HOST_MXSLDR_DEPENDENCIES, since the dependencies of the host package are no longer derived from the dependencies of the target package. - Remove the MXSLDR_MAKE_OPTS variable that contained the PKG_CONFIG variable definition: it is already passed in HOST_CONFIGURE_OPTS. - Remove hash file, as it is not checked on Git packages for now.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud