Skip to content

Commit

Permalink
Remove uses of PRINC
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Andrei Gherzan <[email protected]>
  • Loading branch information
pbrkr authored and agherzan committed May 8, 2014
1 parent cc74bf6 commit 2f98f49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion recipes-bsp/formfactor/formfactor_0.0.bbappend
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PRINC = "1"
Original file line number Diff line number Diff line change
@@ -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)}:"

Expand Down

0 comments on commit 2f98f49

Please sign in to comment.