diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.2.0.bb | 12 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.2.1.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.0.bb b/meta/recipes-devtools/opkg/opkg_0.2.0.bb deleted file mode 100644 index 630be47aa3..0000000000 --- a/meta/recipes-devtools/opkg/opkg_0.2.0.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require opkg.inc | ||
2 | |||
3 | SRC_URI = "https://opkg.googlecode.com/files/${BPN}-${PV}.tar.gz \ | ||
4 | file://no-install-recommends.patch \ | ||
5 | file://add-exclude.patch \ | ||
6 | file://opkg-configure.service \ | ||
7 | " | ||
8 | |||
9 | S = "${WORKDIR}/${BPN}-${PV}" | ||
10 | |||
11 | SRC_URI[md5sum] = "e8a6fd34fb2529191fe09dc14c934cc3" | ||
12 | SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f434d966f" | ||
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.1.bb b/meta/recipes-devtools/opkg/opkg_0.2.1.bb new file mode 100644 index 0000000000..09c0ccad4d --- /dev/null +++ b/meta/recipes-devtools/opkg/opkg_0.2.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require opkg.inc | ||
2 | |||
3 | SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ | ||
4 | file://no-install-recommends.patch \ | ||
5 | file://add-exclude.patch \ | ||
6 | file://opkg-configure.service \ | ||
7 | " | ||
8 | |||
9 | S = "${WORKDIR}/${BPN}-${PV}" | ||
10 | |||
11 | SRC_URI[md5sum] = "1881d170b9dfbd7ecf0aa468cb9779c0" | ||
12 | SRC_URI[sha256sum] = "43c2d95e4cd3ef5e341e233e63de78698ec7522bca446972963160bb0f1e62db" | ||