summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
Commit message (Collapse)AuthorAgeFilesLines
* cdrtools-native: fix upstream version checkAlexander Kanavin2020-05-071-1/+0
| | | | | | | (From OE-Core rev: 07fb6fcf418a63de19db5d6ea49f88288b33646a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: remove use of REALPV in versioningrpjday@crashcourse.ca2020-04-051-6/+1
| | | | | | | | | | | There appears to be no need for the use of REALPV in the recipe for cdrtools-native as the downloaded tarball has the official version in it. (From OE-Core rev: d99309924fd33342748bd572816b2682bc7e32ab) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: Don't set uid/gid during installPaul Barker2019-11-211-1/+4
| | | | | | | | | | | | | | This is a native recipe so won't be installed as root. If the string 'root' is part of the username then the install script can get tricked into thinking we are root (regardless of the actual uid or permissions) resulting in attempts to run chown/chgrp inappropriately. (From OE-Core rev: 5db7b80140410cd3c164e4522dc87df92fac93b0) Signed-off-by: Paul Barker <paul@betafive.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: fix upstream version checkAlexander Kanavin2017-12-021-0/+1
| | | | | | | | (From OE-Core rev: 85fb32ad0ea1ad420902d84a32327e335f79bdfb) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: Fix when cc is missingRichard Purdie2017-03-101-0/+3
| | | | | | | | If cc isn't in PATH, the recipe fails. Set a variable to avoid this. (From OE-Core rev: a6816d62ae37506c8ab7a1294be23da82a2e9d6e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: Explicitly set EXTRA_OEMAKE as requiredRichard Purdie2016-02-111-0/+2
| | | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be change (From OE-Core rev: 4c9cf1888fb907a037f0e51eb007aef10cb9f735) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cdrtools-native: update to 3.01 finalAlexander Kanavin2015-12-161-0/+24
Inject a fake PV to avoid versions going backwards [RB] (From OE-Core rev: d7d96cffb920ba00d6ff5745b5aee0f3d81dc2bc) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>