diff options
-rw-r--r-- | meta-systemd/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend (renamed from meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend index bb1155074f..a0ae2ce186 100644 --- a/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend +++ b/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | inherit systemd | 1 | inherit systemd |
2 | 2 | ||
3 | PRINC := "${@int(PRINC) + 3}" | 3 | PRINC := "${@int(PRINC) + 1}" |
4 | 4 | ||
5 | # look for files in the layer first | 5 | # look for files in the layer first |
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |