diff options
author | Matthew McClintock <msm@freescale.com> | 2012-09-04 15:35:33 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-09-04 15:35:33 -0500 |
commit | 9d6b649b18523360af6126f5b21c1408cdfbbdcd (patch) | |
tree | 8367a4c2b44cab21c311a7f78713190b2ab4dcac /recipes-append/netbase | |
parent | 1acf61057ca1dea0152880a3d4b1eebeab71734d (diff) | |
download | meta-fsl-ppc-1.3_beta.tar.gz |
update bbappends to only apply on our distro, as a precursor to moving to it's own layer1.3_beta
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-append/netbase')
-rw-r--r-- | recipes-append/netbase/netbase_5.0.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-append/netbase/netbase_5.0.bbappend b/recipes-append/netbase/netbase_5.0.bbappend index 837cd20..6660058 100644 --- a/recipes-append/netbase/netbase_5.0.bbappend +++ b/recipes-append/netbase/netbase_5.0.bbappend | |||
@@ -1,10 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" |
2 | 2 | ||
3 | SRC_URI += "file://71-fsl-dpaa-persistent-networking.rules" | 3 | SRC_URI_fsl += "file://71-fsl-dpaa-persistent-networking.rules" |
4 | 4 | ||
5 | do_install_append () { | 5 | do_install_append_fsl () { |
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 | 9 | ||
10 | PR .= "+${DISTRO}" | 10 | PR_fsl .= "+${DISTRO}" |