package/libidn/Config.in: Fix layout of text as per coding guidelines.Update description to match required ->
help
Description
Empty line
Homepage
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
package/libidn: Add a new package (required by later WebKits...)GNU Libidn is a fully documented implementation of the Stringprep,
Punycode and IDNA specifications. Libidn's purpose is to encode
and decode internationalized domain names. The native C, C#
and Java libraries are available under
the GNU Lesser General Public License version 2.1 or later.
Not quite sure I've put it in the correct menu but it will work.
Signed-off-by: Daniel Laird <daniel...
toolchain: sh64 fixes- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well
- use little endian for sh64, like for 32bit sh
sh64 still doesn't build, but gets further along now.
package/liberation/liberation.mk: A further tidy up.....Use touch -c $@
Do not install fonts into staging dir.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
package/alsa-lib/alsa-lib.mk package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent.Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first
then some configure variables get stored in the system cache and then libiconv is not used properly.
If libiconv is selected by user make sure it is built before either of these packages are built.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
samba: bump version to 3.2.7 and refresh patches against this versionThis patch bumps the Samba version to 3.2.7 and refreshes the patches. It also
fixes two minor issues by introducing two new small patches.
toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchainsOnly copy the sysroot files if the toolchain was built with sysroot support.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
package/liberation/liberation.mk: Correct the makefile to what it should have beenCorrect the makefile so that it works and is what I originally planned to add.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Move kernel localversion files to TARGET_DIR/boot to allow packages which assumes that LINUX26_DIR and the /lib/modules/LINUX_VERSION use the consistent version numbering to build.Create a file ".linux-version" containing
the real linux version in $(PROJECT_B UILD_DIR)
to allow packages to read the correct linux version