summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/packagegroups
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-sdk-target: update runtime dependencies for gfortranKhem Raj2024-06-161-1/+1
| | | | | | Match to oe-core redo of fortran deps Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-sdk-target: Drop g77-symlinksKhem Raj2024-06-141-2/+2
| | | | | | g77/f77 links are gone in OE-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Drop remaining PR values from recipesMartin Jansa2024-03-171-1/+0
| | | | | | | | | | | | * as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-5/+5
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Remove LICENSE = "MIT" from packagegroups and imagesAdrian Bunk2019-08-301-2/+0
| | | | | | | This is the default in the packagegroup and image classes. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drop redundant 'inherit allarch' from packagegroupsAndrea Galbusera2017-11-301-1/+1
| | | | | | | packagegroup bbclass already takes care of this Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* recipes: fix invalid license fileJackie Huang2017-09-181-1/+1
| | | | | | | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-sdk-target: drop libltdl-dev dependencyMartin Jansa2015-04-241-1/+1
| | | | | | | | | | | | * it was removed from libtool recipe in oe-core commit: commit 5e40bcd93d9ea64f1a6d75e62aabda3dcb33fc01 Author: Robert Yang <liezhi.yang@windriver.com> Date: Fri Apr 10 02:30:02 2015 -0700 Subject: libtool: remove libltdl-dev libltdl-dbg libltdl-staticdev from PACKAGES There should be only one dev and dbg package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroups: Remove deprecated "task" backward compatibilityRobert P. J. Day2014-08-151-3/+3
| | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | 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>
* Update after toplevel LICENSE file checksum changeMartin Jansa2014-01-041-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa2012-09-051-1/+5
| | | | | | upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task*: rename to packagegroup to match oe-coreMartin Jansa2012-09-051-0/+24
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>