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 12:58:17 +0000 |
commit | 5b8856c0f85b5c6870358152932f20b6346dbbac (patch) | |
tree | 9e57f779524b2ac36defa93577052b31f95686ea /meta/recipes-devtools/opkg-utils | |
parent | 6a7d9c220779878a535baf21e57cc9d08868476d (diff) | |
download | openembedded-core-contrib-5b8856c0f85b5c6870358152932f20b6346dbbac.tar.gz |
opkg-utils: Update SRCREV
A bug in the opkg-show-deps script is fixed.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 72dc98e2fcf..6fa54d694cb 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 \ file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" PROVIDES += "virtual/update-alternatives" -SRCREV = "762d9dadce548108d4204c2113461a7dd6f57e60" +SRCREV = "127b371319974b0c585969c234f85b2d5c860e34" PV = "0.1.8+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/opkg-utils" |