aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfconf
AgeCommit message (Collapse)Author
2018-11-15meta-xfce: xfconf: fixup installed-vs-shipped QA issueMark Asselstine
Since the xfconf uprev, commit 4222cac97678 [xfconf: 4.13.5 -> 4.13.6], we are getting a QA issue: ERROR: xfconf-4.13.6-r0 do_package: QA Issue: xfconf: Files/directories were installed but not shipped in any package: /usr/lib64/gio/modules/libxfconfgsettingsbackend.la Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. xfconf: 1 installed and not shipped files. [installed-vs-shipped] ERROR: xfconf-4.13.6-r0 do_package: Fatal QA errors found, failing task. ERROR: xfconf-4.13.6-r0 do_package: Function failed: do_package We need to include the .la file in the -dev package to avoid this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-11-15xfconf: 4.13.5 -> 4.13.6Kai Kang
Upgrade xfconf from 4.13.5 to 4.13.6. * update FILES Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-08-08xfconf: 4.13.4 -> 4.13.5Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14xfconf: upgrade 4.12.1 -> 4.13.4Andreas Müller
It is a development release but stoppers could not be found. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2016-11-22xfconf: update to 4.12.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21xfconf: update to 4.12.0Andreas Müller
removed patch applied long time ago Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-07-22xfconf: add dependency on xfce4-dev-tools-nativeMartin Jansa
* we need it to provide xdt-features.m4 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22xfconf: inherit gtk-docMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing dependency on intltool-nativeRichard Purdie
* These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20xfconf: remove unrecognized configure optionTrevor Woerner
This option was causing a QA warning: NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-12-21xfconf: use sysroot and target perlulf@emagii.com
xfconf-4.10.0 does not use OE sysroot as is. --with-sysroot=yes will make configure run CC --print-sysroot and use that. When searching the PATH for perl, no target perl is found, since PATH does not contain any reference. Instead native perl is found, and if certain perl packages are installed on the host machine, the xfconf perl support is enabled which may cause the build to fail on 64 bit hosts. If the perl packages are not installed on the host, then perl support in xfconf is disabled, and the xfconf build will succeed, even on 64 bit hosts. If native perl is found, and the perl packages are available on the host, the perl support is enabled. Since native perl is used, the native linker is used to link the resulting *target* code. The perl support requires some libraries, which are built for the target. If the host is 64 bit (x86_64) and the target is 32 bit (ARM?), there is a mismatch which is detected by the linker, and the libraries found are rejected. If the host does not have the correct libraries, then the xfconf build fails. If the host has the correct libraries, then the linker will try to link host libraries with the target application. The patch will define PERL as the target perl. This means that configure will look for the required perl packages in the target sysroot, instead of in the native filesystem. The patch has been tested in Angstrom master, which does not build the required perl packages, and thus perl support in xfconf is disabled, and the build succeeds. A simpler way to do this, proposed by Charles Ash <ashcharles@gmail.com> is to simply disable the perl-support in xfconf. This patch will be better, if ever the support for the needed perl packages is added to the OpenEmbedded/Angstrom build. Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Tested-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-21xfconf: fix compileAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-18xfconf: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2011-08-05xfconf: Add initial recipe with version 4.8.0Andreas Mueller