From 13951117392241e37b899043b045d2d29f83fcc8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Dec 2011 09:23:21 +0000 Subject: opkg: Drop the offlineroot_varname patch This break things for on target opkg usage since $D must remain unset there. (From OE-Core rev: 746ae269a475857ae57095b1fd164fe195b3d051) Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg/opkg_svn.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 dbdfc7e82b..00591d168f 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb @@ -14,7 +14,6 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ file://add_uname_support.patch \ file://fix_installorder.patch \ file://offline_postinstall.patch\ - file://offlineroot_varname.patch \ file://track_parents.patch \ " @@ -22,7 +21,7 @@ S = "${WORKDIR}/trunk" SRCREV = "633" PV = "0.1.8+svnr${SRCPV}" -PR = "r3" +PR = "r4" PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" -- cgit v1.2.3-54-g00ecf