summaryrefslogtreecommitdiffstats
path: root/patches/ipkg-0.99.163/generic
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-06-10 10:57:52 +0000
committerWolfram Sang <w.sang@pengutronix.de>2009-06-10 10:57:52 +0000
commit0c5c03d095485f7521d96cd44314f9a0ee826232 (patch)
tree1df111a8270ba417537931cc6e1a4952b3000ee9 /patches/ipkg-0.99.163/generic
parentd3ee0775cadf505c4bae7b1df483d73bf8294815 (diff)
downloadptxdist-0c5c03d095485f7521d96cd44314f9a0ee826232.tar.gz
ptxdist-0c5c03d095485f7521d96cd44314f9a0ee826232.tar.xz
* patches: remove 'generic'-layer
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10711 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/ipkg-0.99.163/generic')
-rw-r--r--patches/ipkg-0.99.163/generic/ipkg-0.99.163-scripts-with-offlineroot.diff28
-rw-r--r--patches/ipkg-0.99.163/generic/series2
2 files changed, 0 insertions, 30 deletions
diff --git a/patches/ipkg-0.99.163/generic/ipkg-0.99.163-scripts-with-offlineroot.diff b/patches/ipkg-0.99.163/generic/ipkg-0.99.163-scripts-with-offlineroot.diff
deleted file mode 100644
index 09921dfae..000000000
--- a/patches/ipkg-0.99.163/generic/ipkg-0.99.163-scripts-with-offlineroot.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-Subject: use scripts with offlineroot
-
-The ipkg offline root mechanism avoids that the pre/post scripts are
-being run. This patch re-enables the scripts; it makes it possible that
-scripts can decide themselfs if they want to do something if DESTDIR is
-set.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de
-
----
-
-Index: pkg.c
-===================================================================
---- pkg.c.orig
-+++ pkg.c
-@@ -1443,12 +1443,6 @@ int pkg_run_script(ipkg_conf_t *conf, pk
- return 0;
- }
-
-- if (conf->offline_root) {
-- fprintf(stderr, "(offline root mode: not running %s.%s)\n", pkg->name, script);
-- free(path);
-- return 0;
-- }
--
- sprintf_alloc(&cmd, "%s %s", path, args);
- free(path);
-
diff --git a/patches/ipkg-0.99.163/generic/series b/patches/ipkg-0.99.163/generic/series
deleted file mode 100644
index e44d72abe..000000000
--- a/patches/ipkg-0.99.163/generic/series
+++ /dev/null
@@ -1,2 +0,0 @@
-ipkg-0.99.163-scripts-with-offlineroot.diff -p0
-