diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-30 18:00:27 -0600 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2011-11-30 18:00:30 -0600 |
commit | 73992b8860d7c87a5adb81af5f7841df9006759c (patch) | |
tree | 2224c2d7c3f7301ffe0077c52ed0562ac7610b2b /recipes-append | |
parent | d9c7e1036fc2e9fb7b37007eef8da442ce3bf19e (diff) | |
download | meta-fsl-ppc-73992b8860d7c87a5adb81af5f7841df9006759c.tar.gz |
bbappends: Add +fsl to PR of all packages we modify
This way we can tell if we modified them after they are built and shipped. This
is just to help with debugged later.
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-append')
-rw-r--r-- | recipes-append/netbase/netbase_4.45.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-append/netbase/netbase_4.45.bbappend b/recipes-append/netbase/netbase_4.45.bbappend index 0cc1ce2..837cd20 100644 --- a/recipes-append/netbase/netbase_4.45.bbappend +++ b/recipes-append/netbase/netbase_4.45.bbappend | |||
@@ -6,3 +6,5 @@ do_install_append () { | |||
6 | install -d ${D}${sysconfdir}/udev/rules.d/ | 6 | install -d ${D}${sysconfdir}/udev/rules.d/ |
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 | |||
10 | PR .= "+${DISTRO}" | ||