mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
opkg: Upgrade to v0.2.1
v0.2.1 of opkg is a minor bugfix release. Tested on qemux86 to ensure opkg-native can build an image and opkg can update, remove and install packages. (From OE-Core rev: 935abb7f867944dd4f169469045771d0600bbbd2) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b88321ac78
commit
8e08ff46a3
@@ -1,12 +0,0 @@
|
||||
require opkg.inc
|
||||
|
||||
SRC_URI = "https://opkg.googlecode.com/files/${BPN}-${PV}.tar.gz \
|
||||
file://no-install-recommends.patch \
|
||||
file://add-exclude.patch \
|
||||
file://opkg-configure.service \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "e8a6fd34fb2529191fe09dc14c934cc3"
|
||||
SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f434d966f"
|
||||
12
meta/recipes-devtools/opkg/opkg_0.2.1.bb
Normal file
12
meta/recipes-devtools/opkg/opkg_0.2.1.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
require opkg.inc
|
||||
|
||||
SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
|
||||
file://no-install-recommends.patch \
|
||||
file://add-exclude.patch \
|
||||
file://opkg-configure.service \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "1881d170b9dfbd7ecf0aa468cb9779c0"
|
||||
SRC_URI[sha256sum] = "43c2d95e4cd3ef5e341e233e63de78698ec7522bca446972963160bb0f1e62db"
|
||||
Reference in New Issue
Block a user