diff options
-rw-r--r-- | recipes-append/busybox/busybox_1.20.2.bbappend | 2 | ||||
-rw-r--r-- | recipes-append/libxml/libxml2_2.8.0.bbappend | 2 | ||||
-rw-r--r-- | recipes-append/netbase/netbase_5.0.bbappend | 2 | ||||
-rw-r--r-- | recipes-append/procps/procps_3.2.8.bbappend | 2 | ||||
-rw-r--r-- | recipes-append/sysvinit/sysvinit_2.88dsf.bbappend | 2 | ||||
-rw-r--r-- | recipes-append/udev/udev_164.bbappend | 2 | ||||
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/recipes-append/busybox/busybox_1.20.2.bbappend b/recipes-append/busybox/busybox_1.20.2.bbappend index 9c52eeb..82cfced 100644 --- a/recipes-append/busybox/busybox_1.20.2.bbappend +++ b/recipes-append/busybox/busybox_1.20.2.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | PR_append_fsl = "+${DISTRO}.0" | 1 | PRINC := "${@int(PRINC) + 1}" |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.20.2:" | 3 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.20.2:" |
4 | 4 | ||
diff --git a/recipes-append/libxml/libxml2_2.8.0.bbappend b/recipes-append/libxml/libxml2_2.8.0.bbappend index 13c1fd7..4ee332c 100644 --- a/recipes-append/libxml/libxml2_2.8.0.bbappend +++ b/recipes-append/libxml/libxml2_2.8.0.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | EXTRA_OECONF_fsl += "--with-fexceptions" | 1 | EXTRA_OECONF_fsl += "--with-fexceptions" |
2 | 2 | ||
3 | PR_fsl .= "+${DISTRO}.0" | 3 | PRINC := "${@int(PRINC) + 1}" |
diff --git a/recipes-append/netbase/netbase_5.0.bbappend b/recipes-append/netbase/netbase_5.0.bbappend index dc0fd0a..fc4a866 100644 --- a/recipes-append/netbase/netbase_5.0.bbappend +++ b/recipes-append/netbase/netbase_5.0.bbappend | |||
@@ -7,4 +7,4 @@ do_install_append_fsl () { | |||
7 | install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d | 7 | install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d |
8 | } | 8 | } |
9 | 9 | ||
10 | PR_fsl .= "+${DISTRO}" | 10 | PRINC := "${@int(PRINC) + 1}" |
diff --git a/recipes-append/procps/procps_3.2.8.bbappend b/recipes-append/procps/procps_3.2.8.bbappend index f5d4fd1..7ade102 100644 --- a/recipes-append/procps/procps_3.2.8.bbappend +++ b/recipes-append/procps/procps_3.2.8.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | PR_fsl .= "+${DISTRO}.0" | 1 | PRINC := "${@int(PRINC) + 1}" |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" | 3 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" |
diff --git a/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend b/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend index 9c9dc75..12dbb6d 100644 --- a/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend +++ b/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend | |||
@@ -1,5 +1,5 @@ | |||
1 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" |
2 | 2 | ||
3 | PR_fsl .= "+${DISTRO}.1" | 3 | PRINC := "${@int(PRINC) + 1}" |
4 | 4 | ||
5 | SRC_URI_append_fsl = " file://auto-detect-hostname.patch;patchdir=../" | 5 | SRC_URI_append_fsl = " file://auto-detect-hostname.patch;patchdir=../" |
diff --git a/recipes-append/udev/udev_164.bbappend b/recipes-append/udev/udev_164.bbappend index f15533b..c7a8d90 100644 --- a/recipes-append/udev/udev_164.bbappend +++ b/recipes-append/udev/udev_164.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" |
2 | 2 | ||
3 | PR_fsl .= "+${DISTRO}.1" | 3 | PRINC := "${@int(PRINC) + 1}" |
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 0291bb7..7ae4ec2 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | PR .= "+${DISTRO}" | 3 | PRINC := "${@int(PRINC) + 1}" |