diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-03-30 00:19:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:09 +0100 |
commit | 275c2f8c6004aa2570aeeaa9f5e3845852c54a87 (patch) | |
tree | 702efb33aedc8bf1ed2e7f24e4e83d020d833e60 /meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | |
parent | 76546d1d3ea9efc160e05a0934de368a51820b03 (diff) | |
download | poky-275c2f8c6004aa2570aeeaa9f5e3845852c54a87.tar.gz |
opkg-utils: bump SRCREV for Packages cache fix and other fixes
(From OE-Core rev: 5863e2ae81b7840d6cb9b80641a7fd69ce4d6f1f)
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/opkg-utils_git.bb')
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index 4fe4038b41..1996c759c0 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | |||
@@ -6,16 +6,11 @@ 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 = "16665959c330b5958c0f0f4624a9ca7f823f98de" | 9 | SRCREV = "44df9dd3dc411ca1255cb4b23bde7eb71aed4778" |
10 | PV = "0.1.8+git${SRCPV}" | 10 | PV = "0.1.8+git${SRCPV}" |
11 | PR = "r1" | 11 | PR = "r1" |
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 | file://index-ignore-filenotfound.patch \ | ||
15 | file://mtime-int.patch \ | ||
16 | file://add-license-field.patch \ | ||
17 | file://arfile_header_split.patch \ | ||
18 | file://shebang.patch \ | ||
19 | " | 14 | " |
20 | 15 | ||
21 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |