DEPENDS = "ncurses" DESCRIPTION = "An sh-compatible command language interpreter." PR = "r1" SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ file://bashbug-editor.patch;patch=1;pnum=0 \ file://deb-bash-config.patch;patch=1 \ file://deb-examples.patch;patch=1;pnum=0 \ file://man-arithmetic.patch;patch=1;pnum=0 \ file://man-fignore.patch;patch=1;pnum=0 \ file://man-bashrc.patch;patch=1 \ file://privmode.patch;patch=1 \ file://various.patch;patch=1 \ file://report-155436.patch;patch=1;pnum=0 \ file://bash205b-001.patch;patch=1;pnum=0 \ file://bash205b-002.patch;patch=1;pnum=0 \ file://bash205b-003.patch;patch=1;pnum=0 \ file://bash205b-004.patch;patch=1;pnum=0 \ file://bash205b-005.patch;patch=1;pnum=0 \ file://bash205b-006.patch;patch=1;pnum=0 \ file://bash205b-007.patch;patch=1;pnum=0 \ file://rl-examples.patch;patch=1;pnum=0 \ file://rl-inputrc.patch;patch=1 \ file://rl-del-backspace-policy.patch;patch=1;pnum=0 \ file://rl-8bit-init.patch;patch=1 \ file://rl-slow-multibyte.patch;patch=1 \ file://s390-build.patch;patch=1;pnum=0 \ file://rbash-manpage.patch;patch=1;pnum=0 \ file://rbash-login-shell.patch;patch=1 \ file://execute-cmd.patch;patch=1 \ file://builtins-shift.patch;patch=1;pnum=0 \ file://suspend-segfault.patch;patch=1 \ file://mailcheck.patch;patch=1 \ file://autofoo.patch;patch=1 \ file://gcc34.patch;patch=1" inherit autotools update-alternatives PROVIDES = "virtual/sh" ALTERNATIVE_NAME = "sh" ALTERNATIVE_PATH = "${bindir}/bash" bindir = "/bin" sbindir = "/sbin" EXTRA_OECONF = "--with-curses" BUILD_CPPFLAGS_append = " -I${S} -I${S}/include" BUILD_CFLAGS_append = " -I${S} -I${S}/include" export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" export CC_FOR_BUILD = "${BUILD_CC}" do_configure () { if [ ! -e acinclude.m4 ]; then mv aclocal.m4 acinclude.m4 fi autotools_do_configure } ore.git/commit/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb?id=851299c8dd2bf8012078a2c78f79dc1b9fdc3323'>commitdiff
path: root/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
07:56:44 +0100'>2012-07-31
AgeCommit message (Expand)AuthorFiles
2012-01-05xserver-kdrive: work around issues with -Werror=addressGary Thomas1
2011-10-06xserver-kdrive: Add SRC_URI ChecksumSaul Wold1
2011-08-23recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj1
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie1
2011-02-09xserver-kdrive.inc: add openssl to DEPENDSScott Garman1
2010-12-25xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie1
2010-08-27Major layout change to the packages directoryRichard Purdie1
combo-layer: allow component pull to be done separatelyPaul Eggleton1
2012-07-31combo-layer: remove &> bashismPaul Eggleton1
2012-03-23scripts/combo-layer: handle diffs in commit messagesPaul Eggleton1
2012-03-23scripts/combo-layer: limit component repo dirty checkPaul Eggleton1
2012-02-21scripts/combo-layer: allow updating a specific component(s) onlyPaul Eggleton1
2012-02-21scripts/combo-layer: avoid saving last revision if unchangedPaul Eggleton1
2012-02-21scripts/combo-layer: avoid error when config file is outside repoPaul Eggleton1
2011-11-07scripts/combo-layer: skip empty commitsPaul Eggleton1
2011-11-07scripts/combo-layer: improve some messagesPaul Eggleton1
2011-11-07scripts/combo-layer: auto-commit updated config filePaul Eggleton1
2011-11-07scripts/combo-layer: fix dirty repo checkPaul Eggleton1
2011-11-07scripts/combo-layer: make component repo branch configurablePaul Eggleton1
2011-11-07scripts/combo-layer: tidy up config examplePaul Eggleton1
2011-11-07scripts/combo-layer: make init set up initial component dataPaul Eggleton1
2011-11-07scripts/combo-layer: ignore merge commitsPaul Eggleton1
2011-08-23scripts/combo-layer: fix configuration file handlingOtavio Salvador1
2011-08-11scripts/combo-layer: a simple way to script the combo-layer confLeandro Dorileo1
2011-07-27scripts/combo-layer: keep carriage returns at the end of linesPaul Eggleton1
2011-07-08combo-layer-tool: add tool to manipulate combo layersYu Ke1