diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-10-25 17:28:39 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2017-10-27 15:11:51 +0200 |
commit | 6e12274ad0008e13ca43e022409860aa89e061d1 (patch) | |
tree | 68817e23d862aa3c7fd275fe227261173b32df3c /classes/sota_bleeding.inc | |
parent | 86032c413ec220a77a66402aeffd627e8f68243f (diff) | |
download | meta-updater-6e12274ad0008e13ca43e022409860aa89e061d1.tar.gz |
Remerge aktualizr recipes.
I found the trick to allow specifiying target vs native variables and
tasks. It's a bit wordy but better than having three separate files for
the aktualizr recipe.
Oddly and annoyingly, while only "aktualizr" must be specified in
sota_bleeding.inc, both "BRANCH_pn-aktualizr" and
"BRANCH_pn-aktualizr-native" must be specified in local.conf to
correctly use a given branch.
Diffstat (limited to 'classes/sota_bleeding.inc')
-rw-r--r-- | classes/sota_bleeding.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/sota_bleeding.inc b/classes/sota_bleeding.inc index 77d004b..fc5947d 100644 --- a/classes/sota_bleeding.inc +++ b/classes/sota_bleeding.inc | |||
@@ -1,2 +1 @@ | |||
1 | SRCREV_pn-aktualizr ?= "${AUTOREV}" | SRCREV_pn-aktualizr ?= "${AUTOREV}" | |
2 | SRCREV_pn-aktualizr-native ?= "${AUTOREV}" | ||