diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 16:57:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 17:18:08 +0100 |
commit | 7f28f7514ae21c73ddb833baaf3d0da3fc2cb138 (patch) | |
tree | eb92bcd1dbd142f78edcac1beb8257d5597eee33 /meta/recipes-devtools | |
parent | 2665be9dd5730c3f1135b92d7d91de479c397a29 (diff) | |
download | poky-7f28f7514ae21c73ddb833baaf3d0da3fc2cb138.tar.gz |
opkg-utils: UPdate to version with python 2.6 fix
(From OE-Core rev: 3448537043ca96794f3b1b4ce3a6eb775c98124c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 4 |
1 files changed, 2 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 b193ba4db2..92e6624718 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | |||
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
6 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" | 6 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" |
7 | RDEPENDS_${PN} = "python" | 7 | RDEPENDS_${PN} = "python" |
8 | RDEPENDS_${PN}_virtclass-native = "" | 8 | RDEPENDS_${PN}_virtclass-native = "" |
9 | SRCREV = "423ecd36b4782327c16f516885d1248249c7724a" | 9 | SRCREV = "49cc783d8e0415059d126ae22c892988717ffda7" |
10 | PV = "0.1.8+git${SRCPV}" | 10 | PV = "0.1.8+git${SRCPV}" |
11 | PR = "r1" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ | 13 | SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ |
14 | " | 14 | " |