From 97160f8e92af94640692846997b5f242067fb3bc Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 1 Oct 2012 13:41:42 +0200 Subject: opkg: fix version constraints in conflicts, depends, replaces * http://code.google.com/p/opkg/issues/detail?id=94 (From OE-Core rev: 7ebce895a215b31cf01aea2ac43e554f96ef814f) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg/opkg_svn.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/opkg/opkg_svn.bb') diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index 820a2243b2..d89a3f6c66 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb @@ -9,6 +9,8 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ file://0006-detect-circular-dependencies.patch \ file://0007-merge-newpkg-provides-even-when-oldpkg-provides-exis.patch \ file://0008-select_higher_version.patch \ + file://0009-pkg_depends-fix-version-constraints.patch \ + file://0010-pkg_depends-fix-version_constraints_satisfied.patch \ " S = "${WORKDIR}/trunk" @@ -16,4 +18,4 @@ S = "${WORKDIR}/trunk" SRCREV = "633" PV = "0.1.8+svnr${SRCPV}" -PR = "${INC_PR}.4" +PR = "${INC_PR}.5" -- cgit v1.2.3-54-g00ecf