summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <b40290@freescale.com>2012-10-29 23:36:49 -0500
committerMatthew McClintock <msm@freescale.com>2012-11-13 11:05:23 -0600
commitd4f5efca83cf304c0198d0cd71bf82e92a55ed0c (patch)
tree7ac0864d2b2573bea9c46b37d64d10d1c03dc6b9
parentefc9e199a7fc2e1ca1006941b9c1830b2aee5fbf (diff)
downloadmeta-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.bbappend2
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 @@
1PR_append_fsl = "+${DISTRO}.0" 1PR_append_fsl = "+${DISTRO}.0"
2 2
3FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.19.4:" 3FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.20.2:"
4 4
5SRC_URI_append_fsl += "file://defconfig-fsl \ 5SRC_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 \