aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-systemtime/opie-systemtime.inc
AgeCommit message (Collapse)Author
2015-10-31opie-systemtime: drop unnecessary FILES linePaul Eggleton
This FILES line isn't actually doing anything useful - we're not installing the file to /etc, we're installing it to ${palmtopdir}/etc. I'm not immediately sure if that's correct, but even if it wasn't we wouldn't need to add ${sysconfdir} anyway, and in any case it causes a warning, so just drop it for now. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-09Fix LIC_FILES_CHKSUM for change to common LGPL-2.0 license filePaul Eggleton
The LGPL-2.0 file in OE-core has been changed in OE-core commit 558b5043e1d5a36caff137093fd04abcf025af1c, so update the checksums pointing to it. (For reference, you should avoid pointing to common license files in LIC_FILES_CHKSUM in this way because it provides no protection against unexpected upstream license changes, which is what this variable is supposed to do; plus it can break in exactly this way.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: mass-correct licenses for LGPL packagesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20Drop PRIORITY variablePaul Eggleton
As discussed on the OE-core mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (Also tidied up some others that weren't picked up by this.) (Prompted by OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM for Opie recipesPaul Eggleton
These build out of split archives that don't have license files (most source files have them however); for expediency just point to the appropriate license file from COMMON_LICENSE_DIR until the next version when this will be sorted out properly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>