diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-11-15 20:15:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:27 +0000 |
commit | a2b7b6d4516756b729aff7ed285a79005926deec (patch) | |
tree | 593dd01c75824be75de9e6537a06854d7f692f96 /meta/recipes-devtools/opkg-utils | |
parent | 417ce465d335f39f367f069108ec88c4d12c79a4 (diff) | |
download | poky-a2b7b6d4516756b729aff7ed285a79005926deec.tar.gz |
opkg-utils: Update SRCREV
A bug in the opkg-show-deps script is fixed.
(From OE-Core rev: 5b8856c0f85b5c6870358152932f20b6346dbbac)
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Ross Burton <ross.burton@intel.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index 72dc98e2fc..6fa54d694c 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" | 7 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" |
8 | PROVIDES += "virtual/update-alternatives" | 8 | PROVIDES += "virtual/update-alternatives" |
9 | 9 | ||
10 | SRCREV = "762d9dadce548108d4204c2113461a7dd6f57e60" | 10 | SRCREV = "127b371319974b0c585969c234f85b2d5c860e34" |
11 | PV = "0.1.8+git${SRCPV}" | 11 | PV = "0.1.8+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/opkg-utils" | 13 | SRC_URI = "git://git.yoctoproject.org/opkg-utils" |