Peter Korsgaard
b9c5809a0b
dialog: fix build, ensure host includes aren't used
...
configure looks for libintl, so ensure it is available. Also make sure
the host ncurses headers aren't used.
Fix up Config.in indentation while we're at it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-25 11:07:08 +01:00
Thomas Rudin
972cd4229b
php: add process control support
...
Closes #2791
Signed-off-by: Thomas Rudin <thomas@rudin.li >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 23:12:54 +01:00
Paulius Zaleckas
a7537caaac
gpsd: fixup various problems with Config.in
...
fix wrong configure symbol name for MTK.
remove default values from most of options and leave only
default y for NMEA protocol (90% of users will need this one)
and features for gpsd to reconfigure device.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 22:43:24 +01:00
Gustavo Zacarias
6ba25ba606
gpsd: needs host-pkg-config for proper qt bindings support
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 22:42:40 +01:00
Frederik Pasch
5a8f4d7828
gpsd: Only build qt support if qt-network is enabled
...
Signed-off-by: Frederik Pasch <fpasch@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 22:41:46 +01:00
Peter Korsgaard
9c69033480
lrzsz: remove unneeded strip
...
Is handled generically in target-finalize and shouldn't be done in the
build directory.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 22:32:15 +01:00
Mike Frysinger
bc3219e484
lrzsz: add lrz/lsz symlinks
...
Many systems support automatic zmodem transfers without needing to first
manually run the zmodem utils. But the expectation is to run `lrz` and
not `rz`. So install symlinks for lrz->rz and lsz->sz to support this.
This also includes a small fix to also remove sz when cleaning.
[Peter: use addprefix rather than patsubst]
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 22:30:57 +01:00
Peter Korsgaard
bab71ad4dd
zlib: don't point libdir/includedir at staging
...
Fixes 'make install'.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 21:28:40 +01:00
Peter Korsgaard
ab2f5567c1
zlib: cleanup, fix install for static only build
...
Use 'make install' for installation, add a patch to make it work for
static only builds, and add uninstall/clean targets while we're at it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-24 16:23:12 +01:00
Peter Korsgaard
3ac0c241d5
busybox: bump 1.17.x stable version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-23 12:20:23 +01:00
Luca Ceresoli
f53c46ffb2
qt: bump to 4.7.1
...
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-22 23:27:18 +01:00
Peter Korsgaard
3ece089ede
package/: shared config cache is gone
...
So remove the last references to it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 16:44:17 +01:00
Gustavo Zacarias
9df0952493
openssl: security bump to version 1.0.0b
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 15:46:37 +01:00
Gustavo Zacarias
1d6b9bcf9e
libcurl: security bump to 7.21.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 15:46:06 +01:00
Gustavo Zacarias
474166298e
sysstat: bump to 9.1.6, fix libintl problems
...
Closes #759
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 15:44:35 +01:00
Peter Korsgaard
c7af389523
makedevs: add source targets
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 14:55:36 +01:00
Stanislav Bogatyrev
e5edc73381
pciutils: compilation failed with zlib enabled because it lacks a dependency
...
Closes #2797
Signed-off-by: Stanislav Bogatyrev <realloc@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 10:45:03 +01:00
Gustavo Zacarias
aa59aeb6b5
bind: security bump to 9.5.2-p4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 10:43:08 +01:00
Gustavo Zacarias
0758f63b3f
busybox: add 1.17.3 ls fix
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 10:31:21 +01:00
Gustavo Zacarias
3c13093de4
libmad: fix MIPS gcc 4.4+ "h" asm constraint removal
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 10:26:50 +01:00
Peter Korsgaard
e152912065
webkit: needs libcurl, not the curl binary
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 10:17:09 +01:00
Gustavo Zacarias
d51948317b
bash: fix build issues reported by Dmitry Ivanov, update to pl9
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 10:16:16 +01:00
Gustavo Zacarias
3693cdb6e4
midori: bump to 0.2.9 and make it build with directfb
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 07:24:15 +01:00
Gustavo Zacarias
e855e2b2de
webkit: fix compilation with directfb
...
Closes #2833
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-19 07:23:41 +01:00
Gustavo Zacarias
5e1773527e
sqlite: bump to version 3.7.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-18 22:12:54 +01:00
Gustavo Zacarias
9cadb9aca3
openssh: bump to version 5.6p1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-18 22:09:42 +01:00
Peter Korsgaard
adb0dfff6f
mtd-utils: ensure libmtd.a always gets built
...
Closes #2785
If only ubi* is selected, libmtd.a wouldn't get built breaking the build.
Based on patch by Patrick Ziegler <patrick.ziegler@fh-kl.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-18 21:50:25 +01:00
Paulius Zaleckas
7be90dae8a
module-init-tools: fix configure bug by bumping to 3.12
...
3.11 fails to configure/compile for my host (F14) due to bug
in ax_enable_builddir.m4
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-17 23:21:45 +01:00
Peter Korsgaard
e25fe7239f
qt: also patch webkit instance of javascriptcore
...
Closes #2821 , #2827
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-17 22:00:29 +01:00
Peter Korsgaard
dfbb389375
libglib2: ensure atomic ops patch gets applied
...
Closes #2809
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-17 07:27:11 +01:00
Peter Korsgaard
61881e8d30
qt: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-08 09:48:31 +01:00
Lionel Landwerlin
9217101241
directfb: Fix missing -lm flag again
...
(aka fix the fix)
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 22:04:35 +01:00
Peter Korsgaard
69a8991bdc
xserver-xorg: enable glx support if mesa3d is enabled
...
Closes #2533
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 21:02:38 +01:00
Peter Korsgaard
70fb5d46ee
wireless-tools: add option to install shared lib
...
Closes #2461
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 20:25:39 +01:00
Peter Korsgaard
937367785a
config: fix crash with too long paths
...
Closes #2737
Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98
(kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 19:52:13 +01:00
Peter Korsgaard
24c9f8ca70
mpc: fix make dependencies
...
So the build target isn't always considered out of date.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 19:40:21 +01:00
Peter Korsgaard
4c9f118e5d
directfb: rename ppc patch so it still gets applied
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 17:15:11 +01:00
Felipe Contreras
603030af45
Add kbd package
...
[Peter: use BR2_KERNEL_MIRROR]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 10:50:44 +01:00
Peter Korsgaard
f6c7d57cab
directfb: png support is needed to build directfb-csource for the host
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 10:42:45 +01:00
Peter Korsgaard
267022d7f7
directfb: don't build tools for target
...
Normally these aren't needed, and some of them (mkdgifft) needs C++
support.
Alternatively we could add an option (depending on HAVE_DEVFILES) to
build these.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 10:41:31 +01:00
Lionel Landwerlin
dcfeac42c2
directfb: add -lm when using freetype2 font interface
...
This fixes runtime/compilation problems seen with directfb 1.4.10.
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 10:12:41 +01:00
Lionel Landwerlin
6c01ef20ee
libglib2: fix compilation when compiler has no builtin atomic
...
Reported here: https://bugzilla.gnome.org/show_bug.cgi?id=631353
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-07 10:11:37 +01:00
Peter Korsgaard
94f2063773
tcpdump: bump version
...
The old version didn't build with the updated libpcap anymore.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-06 13:48:39 +01:00
Peter Korsgaard
a3a88a3155
tslib: needs libtool patch
...
Otherwise it fails with 'cannot install to a directory not ending in
/usr/lib/ts'.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 21:00:01 +01:00
Yegor Yefremov
6097b191d3
New package: nuttcp
...
Add a new TCP/UDP network testing tool, that provides some advanced
features compared to ttcp.
[Peter: cleanup, fix FLAGS, move to network]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 16:53:09 +01:00
Peter Korsgaard
3ad0fac1b0
busybox: 1.17.3 iproute fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 16:34:15 +01:00
Peter Korsgaard
189c60ef8a
slang: build system breaks with parallel builds
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 16:33:10 +01:00
Peter Korsgaard
aba71b77f1
thttpd: install into /usr, cleanup install handling
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 14:57:23 +01:00
Martin Banky
dbf7100f2d
thttpd: convert to autotargets
...
Also, changed the site to Debian, to get the latest patches
Signed-off-by: Martin Banky <Martin.Banky@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 14:39:48 +01:00
Martin Banky
2d925fc790
slang: convert to gentargets
...
Signed-off-by: Martin Banky <Martin.Banky@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-11-05 14:34:29 +01:00