summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-06-30 19:28:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 14:16:54 +0100
commit93f60471b504802417353595b8730c58272b139e (patch)
treeba97fcfd61025a20394e52f945f113e1a7e8de48 /meta/recipes-bsp
parent464ffb5794baed082cbad5b1031677b687163acb (diff)
downloadpoky-93f60471b504802417353595b8730c58272b139e.tar.gz
x-load: Update to 1.5.0
[YOCTO #1197] (From OE-Core rev: f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/x-load/x-load_git.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb
index 600cd87786..3f9481c9e1 100644
--- a/meta/recipes-bsp/x-load/x-load_git.bb
+++ b/meta/recipes-bsp/x-load/x-load_git.bb
@@ -5,17 +5,16 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f" 6LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
7 7
8SRCREV = "6f3a26101303051e0f91b6213735b68ce804e94e" 8SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915"
9PV = "1.42+${PR}+git${SRCPV}" 9PV = "1.5+${PR}+git${SRCPV}"
10PR="r13" 10PR="r0"
11 11
12#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" 12#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
13#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" 13#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
14SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git" 14SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git"
15 15
16SRC_URI_append_beagleboard = " \ 16SRC_URI_append_beagleboard = " file://name.patch "
17 file://name.patch;patch=1 \ 17
18 "
19S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
20 19
21PACKAGE_ARCH = "${MACHINE_ARCH}" 20PACKAGE_ARCH = "${MACHINE_ARCH}"