diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-06-30 19:28:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 14:16:33 +0100 |
commit | f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e (patch) | |
tree | f7c511a90f09c426ef5758b35a7d936f4e887e2d /meta/recipes-bsp/x-load | |
parent | 1222d1b954eaad24d4039b8a97d349715ef53bc7 (diff) | |
download | openembedded-core-f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e.tar.gz openembedded-core-f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e.tar.bz2 openembedded-core-f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e.tar.xz openembedded-core-f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e.zip |
x-load: Update to 1.5.0
[YOCTO #1197]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/x-load')
-rw-r--r-- | meta/recipes-bsp/x-load/x-load_git.bb | 11 |
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 600cd8778..3f9481c9e 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 LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f" -SRCREV = "6f3a26101303051e0f91b6213735b68ce804e94e" -PV = "1.42+${PR}+git${SRCPV}" -PR="r13" +SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915" +PV = "1.5+${PR}+git${SRCPV}" +PR="r0" #SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" #SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git" -SRC_URI_append_beagleboard = " \ - file://name.patch;patch=1 \ - " +SRC_URI_append_beagleboard = " file://name.patch " + S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" |