diff options
author | Chunrong Guo <b40290@freescale.com> | 2012-10-29 23:36:49 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-11-13 11:05:23 -0600 |
commit | d4f5efca83cf304c0198d0cd71bf82e92a55ed0c (patch) | |
tree | 7ac0864d2b2573bea9c46b37d64d10d1c03dc6b9 | |
parent | efc9e199a7fc2e1ca1006941b9c1830b2aee5fbf (diff) | |
download | meta-fsl-ppc-d4f5efca83cf304c0198d0cd71bf82e92a55ed0c.tar.gz |
busybox_1.20.2.bbappend:updated FILESEXTRAPATHS_prepend_fsl
Fix Fetcher failure for URL: 'file://defconfig-fsl'
Signed-off-by: Chunrong Guo <b40290@freescale.com>
-rw-r--r-- | recipes-append/busybox/busybox_1.20.2.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-append/busybox/busybox_1.20.2.bbappend b/recipes-append/busybox/busybox_1.20.2.bbappend index 60d8b25..9c52eeb 100644 --- a/recipes-append/busybox/busybox_1.20.2.bbappend +++ b/recipes-append/busybox/busybox_1.20.2.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | PR_append_fsl = "+${DISTRO}.0" | 1 | PR_append_fsl = "+${DISTRO}.0" |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.19.4:" | 3 | FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.20.2:" |
4 | 4 | ||
5 | SRC_URI_append_fsl += "file://defconfig-fsl \ | 5 | SRC_URI_append_fsl += "file://defconfig-fsl \ |
6 | file://busybox-1.19.4-ubi-user-h.patch \ | 6 | file://busybox-1.19.4-ubi-user-h.patch \ |