summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/rxvt-unicode
AgeCommit message (Collapse)Author
2017-03-07recipes: Move out stale GPLv2 versions to a seperate layerRichard Purdie
These are recipes where the upstream has moved to GPLv3 and these old versions are the last ones under the GPLv2 license. There are several reasons for making this move. There is a different quality of service with these recipes in that they don't get security fixes and upstream no longer care about them, in fact they're actively hostile against people using old versions. The recipes tend to need a different kind of maintenance to work with changes in the wider ecosystem and there needs to be isolation between changes made in the v3 versions and those in the v2 versions. There are probably better ways to handle a "non-GPLv3" system but right now having these in OE-Core makes them look like a first class citizen when I believe they have potential for a variety of undesireable issues. Moving them into a separate layer makes their different needs clearer, it also makes it clear how many of these there are. Some are probably not needed (e.g. mc), I also wonder whether some are useful (e.g. gmp) since most things that use them are GPLv3 only already. Someone could now more clearly see how to streamline the list of recipes here. I'm proposing we mmove to this separate layer for 2.3 with its future maintinership and testing to be determined in 2.4 and beyond. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-26rxvt-unicode: update to 9.22Alexander Kanavin
License checksum change due to new copyright year. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-02-07rxvt-unicode: fix for 9.20 and 9.21Robert Yang
* Add a rxvt-unicode.inc for rxvt-unicode_9.20.bb and rxvt-unicode_9.21.bb * Fix unknown-configure-option: WARNING: QA Issue: rxvt-unicode: configure was passed unrecognised options: --enable-menubar --enable-cursor-blink --enable-shared --disable-strings --enable-xgetdefault [unknown-configure-option] * Fix build-deps: (add a PACKAGECONFIG) WARNING: QA Issue: rxvt-unicode rdepends on startup-notification, but it isn't a build dependency? [build-deps] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2015-01-16rxvt-unicode: Add Upgraded version 9.21Saul Wold
Keep older 9.20 due to newer version being GPLv3 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-05-08rxvt-unicode: upgrade to 9.20Cristiana Voicu
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-01-02Add missing SUMMARY valuesPaul Eggleton
These recipes all had a long DESCRIPTION but no SUMMARY; since the SUMMARY is often displayed alone by package managers and the default value ("${PN} version ${PV}") isn't particularly useful, we should always try to set SUMMARY. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-31rxvt-unicode: upgrade to 9.19Cristiana Voicu
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-10-30recipes: Remove PR = r0 from all recipesRichard Purdie
Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-07-12rxvt-unicode: Check existence of acinclude.m4Radu Moisan
copy should only happen if acinclude.m4 doesn't exist Signed-off-by: Radu Moisan <radu.moisan@intel.com>
2013-07-09rxvt-unicode: Upgrade to v9.18Radu Moisan
do_configure was initially failing because could not stat aclocal.m4, prepended ${S} so that it could find the file, however I don't know the reasoning for do_configure_prepend in this recipe, it also builds fine without it Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18rxvt-unicode: Upgrade to v9.17Radu Moisan
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-15rxvt-unicode: cleanup update-alternatives deprecated codeSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-15rxvt-unicode: remove setting of LD_LIBRARY_PATHSaul Wold
This is no longer needed as we do not run tic at install time Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-02rxvt-unicode: Update to 9.15Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-03rxvt-unicode: Update to 9.14Saul Wold
COPYING file has been reformatted whites space changes Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14rxvt-unicode: Update to 9.12Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-14rxvt-unicode: Fix SRC_URI & LIC_FILES ChecksumSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01rxvt-unicode: update to 9.11Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28rxvt-unicode: upgrade to version 9.10Dongxiao Xu
Remove some patches since some logic doesn't exist in upstream. This upgrades fixes CVE: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126 Also it fixes [Yocto #980] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>