aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-19 09:23:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-19 09:23:21 +0000
commit746ae269a475857ae57095b1fd164fe195b3d051 (patch)
treec7cadb7e08a4969592e3035cab9e9aaa4a677424 /meta/recipes-devtools/opkg/opkg
parent5a2b67b8faad3dd5417ba89d8e82ca564753ccc9 (diff)
downloadopenembedded-core-contrib-746ae269a475857ae57095b1fd164fe195b3d051.tar.gz
opkg: Drop the offlineroot_varname patch
This break things for on target opkg usage since $D must remain unset there. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg/offlineroot_varname.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/opkg/opkg/offlineroot_varname.patch b/meta/recipes-devtools/opkg/opkg/offlineroot_varname.patch
deleted file mode 100644
index a67f389bac..0000000000
--- a/meta/recipes-devtools/opkg/opkg/offlineroot_varname.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-OE uses D as the offline install directory in its scripts, not PKG_ROOT.
-
-Upstream-Status: Inappropriate [OE specific usage]
-
-RP 2011/12/15
-
-Index: trunk/libopkg/pkg.c
-===================================================================
---- trunk.orig/libopkg/pkg.c 2011-12-15 15:58:39.000000000 +0000
-+++ trunk/libopkg/pkg.c 2011-12-15 20:04:50.109992736 +0000
-@@ -1280,7 +1280,7 @@
-
- opkg_msg(INFO, "Running script %s.\n", path);
-
-- setenv("PKG_ROOT",
-+ setenv("D",
- pkg->dest ? pkg->dest->root_dir : conf->default_dest->root_dir, 1);
-
- if (! file_exists(path)) {
-