summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc1
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.2.0.bb12
-rw-r--r--meta/recipes-devtools/opkg/opkg_svn.bb14
3 files changed, 12 insertions, 15 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index fb99fb5076..6bfdbd78b6 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
9 file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba" 9 file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba"
10 10
11PE = "1" 11PE = "1"
12INC_PR = "r13"
13 12
14# Werror gives all kinds bounds issuses with gcc 4.3.3 13# Werror gives all kinds bounds issuses with gcc 4.3.3
15do_configure_prepend() { 14do_configure_prepend() {
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.0.bb b/meta/recipes-devtools/opkg/opkg_0.2.0.bb
new file mode 100644
index 0000000000..630be47aa3
--- /dev/null
+++ b/meta/recipes-devtools/opkg/opkg_0.2.0.bb
@@ -0,0 +1,12 @@
1require opkg.inc
2
3SRC_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
9S = "${WORKDIR}/${BPN}-${PV}"
10
11SRC_URI[md5sum] = "e8a6fd34fb2529191fe09dc14c934cc3"
12SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f434d966f"
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
deleted file mode 100644
index cd0485fe38..0000000000
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1require opkg.inc
2
3SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
4 file://no-install-recommends.patch \
5 file://add-exclude.patch \
6 file://opkg-configure.service \
7"
8
9S = "${WORKDIR}/trunk"
10
11SRCREV = "653"
12PV = "0.1.8+svnr${SRCPV}"
13
14PR = "${INC_PR}.0"