- Jul 24, 2009
-
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Maxim Grigoriev authored
Part of #163. Signed-off-by:
Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 23, 2009
-
-
Sven Neumann authored
LibMMS is a common library for parsing mms:// and mmsh:// type network streams. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 22, 2009
-
-
Sven Neumann authored
Using TARGET_CFLAGS breaks the kernel build for the arm platform. The result is a kernel that can not be booted. So simply do not fiddle with the CFLAGS on a kernel build and the kernel build system will do the right thing (TM). [Peter: do the same thing for the standard kernel build] Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
freetype is only used by examples, but if it is not found and the host has a freetype-config script, then the host include dirs are added to the search path causing trouble. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Explictly disable the build of the aasink plug-in. Without this fix the plug-in would be built if the aalib headers are found on the host. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Lionel Landwerlin authored
Bump SaWMan to 1.4.1 The current version of sawman (1.2.0-rc1) won't compile with directFB >= 1.4 Signed-off-by:
Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Fixes an unitialized-memory-read bug. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
- Jul 21, 2009
-
-
Peter Korsgaard authored
several packages depend on libvorbis, so also provide libvorbis targets when tremor is selected. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 20, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 18, 2009
-
-
Evan Zelkowitz authored
Closes #369. [Peter: Minor tweaks] Signed-off-by:
Evan Zelkowitz <evan.zelkowitz@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
H Hartley Sweeten authored
Add *.orig and *~ backup files to gitignore. Signed-off-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
- Jul 17, 2009
-
-
Peter Korsgaard authored
makedepend is a program, not a library - So makedepend for the target should get installed to target_dir and not to staging_dir. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
Thomas Petazzoni authored
Since the move of many host binaries to $(HOST_DIR), the TARGET_PATH for internal toolchain had been changed to include $(HOST_DIR)/bin and $(HOST_DIR)/usr/bin, but this change was not reflected to the TARGET_PATH used in external toolchain configuration. This patches fixes this. We also remove $(STAGING_DIR)/bin and $(STAGING_DIR)/usr/bin from the TARGET_PATH in external toolchain configuration, since the STAGING_DIR is not supposed to contain host binaries. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
Bump the version of Direct FB to 1.4.1. Fixes bug #467. Thanks to Lionel Landwerlin <lionel.landwerlin@openwide.fr> for the notification. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
As a minimal test to the external toolchain, check that $(TARGET_CC) is actually an existing executable file. That way, if the user misconfigures the toolchain path and/or prefix, a meaningful error message will be shown. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
Use $(Q) in external toolchain support so that the user can get the full output by passing V=1 to make, and still get a nice and clean output by default. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
Obey the BR2_INSTALL_LIBSTDCPP configuration option to copy the C++ standard library to the target. Suggested by Lionel Landwerlin <lionel.landwerlin@openwide.fr>. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-