diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-10-24 13:37:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:47:29 +0100 |
commit | 29da69b1d6f986ff186a7e97cb2e1d41cc7c2349 (patch) | |
tree | b38209dc13deca7eb3f0b955221cbb6c3c9e407d /meta/recipes-devtools/opkg-utils | |
parent | 855c6aa2043afa3b9c7fcc0a251b1ae78da441e9 (diff) | |
download | openembedded-core-contrib-29da69b1d6f986ff186a7e97cb2e1d41cc7c2349.tar.gz |
opkg-utils: bump SRCREV to latest
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils')
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index 825c927882d..a3c67023a93 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb @@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" RDEPENDS_${PN} = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold" RDEPENDS_${PN}_virtclass-native = "" -SRCREV = "49cc783d8e0415059d126ae22c892988717ffda7" +SRCREV = "f1a9d6701993a6f6b1930b4c2bdb71525aa25320" PV = "0.1.8+git${SRCPV}" -PR = "r1" SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ " |