summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-761/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* package_deb/ipk/rpm: Add more minimal do_build dependencies backRichard Purdie2022-01-041-0/+1
* reproducible: Merge code into base.bbclassRichard Purdie2021-10-161-2/+1
* package_rpm: use zstd instead of xzAlexander Kanavin2021-10-111-2/+2
* reproducible_build/package_XXX: Ensure SDE task is in dependency chainRichard Purdie2021-09-231-1/+2
* package_ipk/deb/rpm: Drop recursive do_build task dependenciesRichard Purdie2021-09-231-3/+1
* package_rpm/update-alternatives: fix package's providesChen Qi2021-08-221-4/+4
* Convert to new override syntaxRichard Purdie2021-08-021-1/+1
* package_rpm: pass XZ_THREADS to rpmRoss Burton2021-05-271-2/+2
* package/package_rpm: Disable font_provides configuration for reproducibiltyRichard Purdie2021-02-261-0/+1
* package_rpm: Enable use_source_date_epoch_as_buildtime in package_rpm classJan-Simon Möller2021-02-191-0/+1
* classes: Drop now unneeded umask flagsRichard Purdie2021-02-161-1/+0
* package_rpm: Clean up unset runtime package variable handlingRichard Purdie2021-01-291-20/+20
* nativesdk-sdk-provides-dummy: Add /bin/shRichard Purdie2020-08-221-1/+1
* package_rpm.bbclass: add PACKAGE_ADD_METADATA_RPM to sstate variablesMichael Ho2020-05-251-0/+4
* package_rpm.bbclass: respect package overrides for the main packageMichael Ho2020-05-251-10/+12
* package_rpm.bbclass: Remove a misleading bb.note()Peter Kjellerstedt2019-09-191-3/+2
* package_rpm.bbclass: python2 -> python3Robert Yang2019-06-301-1/+1
* archiver/package_rpm: Fix the worst src.rpm generation raceRichard Purdie2019-02-061-1/+1
* package_rpm/archiver: Apply bandaid to src.rpm creationRichard Purdie2019-02-051-0/+4
* package_rpm: set _builddir to B not SRichard Purdie2018-03-301-1/+1
* package.bbclass: run pre/post installation/removal scriptlets using sh -eAlexander Kanavin2018-03-151-4/+4
* package_rpm.bbclass: run pre/post installation scriptlets using sh -eAlexander Kanavin2018-01-301-4/+4
* package_rpm.bbclass: improve reproducibility of RPM packagesJuro Bystricky2018-01-291-0/+1
* package_rpm.bbclass: Fix matching of architecture independent packagesOtavio Salvador2018-01-291-1/+5
* package_rpm: correctly handle LICENSE_${PN}Ross Burton2018-01-261-2/+7
* package_rpm.bbclass: clamp timestampsJuro Bystricky2018-01-051-0/+1
* package_rpm.bbclass: Filter out unwanted file deps for nativesdk packagesPeter Kjellerstedt2017-08-171-2/+23
* package_rpm.bbclass: disable generation of .build-id linksAlexander Kanavin2017-07-251-0/+1
* package_rpm.bbclass: use multithreaded xz compressionAlexander Kanavin2017-06-121-0/+2
* rpm: allow arch-dependent binaries in noarch packagesNg Wei Tee2017-05-161-0/+1
* package_rpm.bbclass: Dosen't filter Conflicts if found in ProvidesAníbal Limón2017-04-201-26/+0
* package_rpm.bbclass: do not strip multilib prefixes from package names, do no...Alexander Kanavin2017-03-141-44/+11
* package_rpm.bbclass: do not set the OS dynamically when building rpmsAlexander Kanavin2017-03-141-1/+1
* package_rpm.bbclass: add a /bin/sh Provides for nativesdk- packagesAlexander Kanavin2017-03-141-1/+1
* package_rpm.bbclass: instruct rpm to not remove the buildroot directoryAlexander Kanavin2017-03-141-2/+5
* package_rpm.bbclass: no need to specify the magic file locationAlexander Kanavin2017-03-141-2/+0
* package_rpm.bbclass: replace createrepo reference with createrepo_cAlexander Kanavin2017-03-141-1/+1
* package_rpm.bbclass: correctly map RRECOMMENDS and RSUGGESTS to rpm tagsAlexander Kanavin2017-03-141-8/+4
* package_rpm.bbclass: make architecture-independent .rpm packages "noarch" ins...Alexander Kanavin2017-03-141-1/+3
* classes: Drop now unneeded update_data callsRichard Purdie2017-02-151-2/+0
* package_rpm: Clean up pointless exception handlingRichard Purdie2017-01-221-12/+3
* classes/package*: Add support for PACKAGE_WRITE_DEPSRichard Purdie2017-01-201-0/+1
* classes/package_rpm: handle square brackets in filenamesPaul Eggleton2017-01-091-0/+6
* meta: remove True option to getVarFlag callsJoshua Lock2016-12-161-3/+3
* meta: remove True option to getVar callsJoshua Lock2016-12-161-68/+68
* package_rpm.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson2016-10-041-3/+3
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-021-3/+3