mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
Remove uses of PRINC
PRINC is now obsolete and the PR Service should be used instead to keep PR values incrementing on change. A patch has also been submitted to openembedded-core to bump the appropriate PR values so that PR doesn't move backwards. This patch should only be applied after that patch, and only to branches which include that patch (ie. if that patch doesn't go into daisy in oe-core, this patch shouldn't go into daisy in meta-raspberrypi). Change-Id: Ibac9e4e89d12dbd6e94430f47e20b82a67506625 Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
cc74bf6c1f
commit
2f98f49fab
|
@ -1,2 +1 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
PRINC = "1"
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# Don't forget to bump PRINC if you update the extra files.
|
||||
PRINC := "${@int(PRINC) + 5}"
|
||||
|
||||
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
||||
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user