diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2017-06-16 14:48:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:18 +0100 |
commit | f1cf60006b8a798b30d5fcbbe6aaf3b713c40d59 (patch) | |
tree | a8148d31ba54c2ec1ebee962998c08a7c047e15f /meta/recipes-devtools | |
parent | 4926943b722278bf84b04a4281f5e23cd6bfbfd2 (diff) | |
download | poky-f1cf60006b8a798b30d5fcbbe6aaf3b713c40d59.tar.gz |
opkg-utils: rename recipe to follow versioned releases
(From OE-Core rev: bd259bad336d9deb7b74b633c304f8c18fc84e71)
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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_0.3.5.bb (renamed from meta/recipes-devtools/opkg-utils/opkg-utils_git.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.5.bb index ed5980b858..646cc8ff9a 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.5.bb | |||
@@ -7,15 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://opkg.py;beginline=2;endline=18;md5=63ce9e6bcc445181cd9e4baf4b4ccc35" | 7 | file://opkg.py;beginline=2;endline=18;md5=63ce9e6bcc445181cd9e4baf4b4ccc35" |
8 | PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternatives', '', d)}" | 8 | PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternatives', '', d)}" |
9 | 9 | ||
10 | SRCREV = "1a708fd73d10c2b7677dd4cc4e017746ebbb9166" | 10 | SRC_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/${BPN}/snapshot/${BPN}-${PV}.tar.gz \ |
11 | PV = "0.3.4+git${SRCPV}" | ||
12 | |||
13 | SRC_URI = "git://git.yoctoproject.org/opkg-utils \ | ||
14 | file://0001-Switch-all-scripts-to-use-Python-3.x.patch \ | 11 | file://0001-Switch-all-scripts-to-use-Python-3.x.patch \ |
15 | " | 12 | " |
16 | SRC_URI_append_class-native = " file://tar_ignore_error.patch" | 13 | SRC_URI_append_class-native = " file://tar_ignore_error.patch" |
17 | 14 | ||
18 | S = "${WORKDIR}/git" | 15 | SRC_URI[md5sum] = "a19e09c79bf1152aac62e8a120d679ff" |
16 | SRC_URI[sha256sum] = "7f4b08912e26a3f4f6f423f3b4e7157a73b1f3a7483fc59b216d1a80b50b0c38" | ||
19 | 17 | ||
20 | TARGET_CC_ARCH += "${LDFLAGS}" | 18 | TARGET_CC_ARCH += "${LDFLAGS}" |
21 | 19 | ||