summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_0.2.4.bb
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-12-21 13:06:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-03 14:53:56 +0000
commit9d3e44df2958976fdcaf92a9cfa911f68870194b (patch)
treecdc792e2deb02f2798c6fe8e6a86d86e6a77eefd /meta/recipes-devtools/opkg/opkg_0.2.4.bb
parentc8c75eddf923a9467c61ec216beccde34ef3419b (diff)
downloadpoky-9d3e44df2958976fdcaf92a9cfa911f68870194b.tar.gz
opkg: Backport improvements to opkg-key
The improvements to opkg-key made for v0.3.0 are backported. The rest of v0.3.0 needs further testing and bugfixing prior to release, but the improvements to opkg-key have been tested and work well. (From OE-Core rev: c4bc41cb2dd679629184a3693dd6c8d964a24d27) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.2.4.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.2.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
index 5aaabcf08b..7b49d5efe6 100644
--- a/meta/recipes-devtools/opkg/opkg_0.2.4.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
16 file://remove-ACLOCAL_AMFLAGS-I-shave-I-m4.patch \ 16 file://remove-ACLOCAL_AMFLAGS-I-shave-I-m4.patch \
17 file://opkg-configure.service \ 17 file://opkg-configure.service \
18 file://opkg.conf \ 18 file://opkg.conf \
19 file://0001-opkg-key-Backport-improvements.patch \
19" 20"
20 21
21S = "${WORKDIR}/${BPN}-${PV}" 22S = "${WORKDIR}/${BPN}-${PV}"