Commit Graph

41 Commits

Author SHA1 Message Date
Stefan Saraev
080bf124b2 scripts/checkdeps: allow project specific deps
projects can define EXTRA_DEPS and EXTRA_DEPS_PKG in projects/xxx/options
2015-01-11 22:29:17 +02:00
Stefan Saraev
3c730974fd scripts/checkdeps: fix deps_pkg 2015-01-11 22:23:15 +02:00
Stefan Saraev
ba9b247d74 Revert "scripts/checkdeps: require libxml-parser-perl"
This reverts commit e8b368ee0d.

meh doesnt work at all. needs complete rework of checkdeps..
note to myself: dont push untested stuff
2014-11-02 13:10:52 +02:00
Stefan Saraev
e8b368ee0d scripts/checkdeps: require libxml-parser-perl
ref #3561
2014-11-02 13:01:45 +02:00
Stefan Saraev
221e8eae54 buildsys: we require bash 2014-03-27 15:17:36 +02:00
Philipp Felix Hoefler
a284c53c51 buildsystem: support for automated package installation for RedHat (and clones) 2014-01-29 17:35:48 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
e67b555c31 scripts/checkdeps: check for bdftopcf
closes #2644
2013-09-28 17:16:39 +03:00
Stefan Saraev
b278b3019e scripts/checkdeps: check for mkfontdir / xfonts-utils 2013-09-27 12:29:06 +03:00
Stephan Raue
aa418c190c scripts/checkdeps: check for bash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-19 02:36:14 +02:00
Stephan Raue
afa0c91e0c scripts/checkdeps: add dependency 'bc', needed for building the kernel, see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=70730bca1331fc50c3caacaea00439de1325bd6e
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-05 19:00:44 +02:00
Sascha Hofmann
58d674f49d scripts/checkdeps: minor changes
- shortened message if Aptitude is not installed
- automatic installation with Aptitude after user have chosen to install
Aptitude ("exit 1" was called before wich is quite stupid - sorry for
that)
2012-11-28 11:14:54 +01:00
Sascha Hofmann
56089c07e3 scripts\checkdeps: APT-Support and checks for "sudo" on Debian ... this fixes Issue #1482
Ubuntu:
Checks if Aptitude is installed. If not, the user will be asked if he
wants to install the packages with apt-get OR if he wants to install
Aptitude and start the process again.

Debian:
Sudo is not installed by default. So the script checks if sudo is
present (maybe installed by the user befor). If not "su -c <command>"
will be used.
2012-11-24 19:26:44 +01:00
Stephan Raue
d2dac490d1 scripts/checkdeps: install package 'default-jre' on ubuntu
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-09-30 15:59:49 +02:00
Stephan Raue
41524e7dd9 scripts/checkdeps: check for a 'java' installation
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-09-10 21:11:10 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
70cddceb38 scripts/checkdeps: cleanup dependencies
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-11-11 13:46:55 +01:00
Stephan Raue
c24916a843 scripts/checkdeps: remove lzma dependcie, not more needed
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-19 15:35:24 +02:00
Stephan Raue
b2fb6913ec ncurses: build with shared host libs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-06-24 09:20:12 +02:00
Stephan Raue
7e73212d16 checkdeps: we dont need to install zlib devel package anymore
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-06-19 15:39:30 +02:00
Stephan Raue
33479afe3e scripts/checkdeps: remove check for perl-XML-Parser
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-30 23:01:46 +02:00
Stephan Raue
ec6e9d7dd6 Revert "scripts/checkdeps: cleanup, we are building and installing our own autotools"
This reverts commit eb1e95e939.
2011-04-21 20:15:33 +02:00
Stephan Raue
eb1e95e939 scripts/checkdeps: cleanup, we are building and installing our own autotools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-21 03:00:18 +02:00
Stephan Raue
ad5489fc75 scripts/checkdeps: remove byacc dep, should be not more needed
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-01 20:40:51 +02:00
Stephan Raue
1beb766b9c scripts/checkdeps: update checkdeps script, we now build nasm, flex and bison as part of our toolchain
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-30 11:26:09 +02:00