aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-13 22:40:21 +0000
committerChris Larson <clarson@kergoth.com>2004-09-13 22:40:21 +0000
commitc65af0edd12140dbc9f3422c2054ba6f7e0bdea9 (patch)
treec195dc1d36c2e620720aa5ff3483af76a265e2f8 /patcher
parentcbea85ebff006c7de640b412a8ef01c5f5d47094 (diff)
downloadopenembedded-c65af0edd12140dbc9f3422c2054ba6f7e0bdea9.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/oe/packages 2004/09/14 00:14:43+02:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/09/14 00:14:24+02:00 uni-frankfurt.de!mickeyl upgrade patcher to 20040913. patcher has a nifty new feature (based on my featurewish, thanks Holger). If you supply -R, it automatically refreshes a patch when line numbers changed (previously it only notified the user about that). The developer can then copy the patches back to the repository once in a while to ease upgrading or prevent unnecessary manual merges when upstream changes gradually. 2004/09/13 21:37:43+02:00 uni-frankfurt.de!mickeyl enable a couple of extra modules in defconfig-tosa BKrev: 414621d567thj7D0rCJV-paRni1fOQ
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher-native.oe8
-rw-r--r--patcher/patcher-native_20040521.oe15
-rw-r--r--patcher/patcher-native_20040913.oe (renamed from patcher/patcher_20040521.oe)0
-rw-r--r--patcher/patcher.oe20
-rw-r--r--patcher/patcher_20040913.oe0
5 files changed, 0 insertions, 43 deletions
diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe
deleted file mode 100644
index 91bf4cee2f..0000000000
--- a/patcher/patcher-native.oe
+++ /dev/null
@@ -1,8 +0,0 @@
-include patcher.oe
-inherit native
-DEPENDS = ""
-INHIBIT_DEFAULT_DEPS = "1"
-
-do_stage() {
- install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
-}
diff --git a/patcher/patcher-native_20040521.oe b/patcher/patcher-native_20040521.oe
deleted file mode 100644
index 7b96328569..0000000000
--- a/patcher/patcher-native_20040521.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Patcher is a perl script for managing patches."
-LICENSE = "Perl"
-DEPENDS = ""
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>"
-INHIBIT_DEFAULT_DEPS = "1"
-PACKAGES = ""
-
-SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-20040521.tar.bz2"
-S="${WORKDIR}/patcher"
-
-do_stage() {
- install -m 0755 patcher ${STAGING_BINDIR}/
-}
diff --git a/patcher/patcher_20040521.oe b/patcher/patcher-native_20040913.oe
index e69de29bb2..e69de29bb2 100644
--- a/patcher/patcher_20040521.oe
+++ b/patcher/patcher-native_20040913.oe
diff --git a/patcher/patcher.oe b/patcher/patcher.oe
deleted file mode 100644
index e17647b1aa..0000000000
--- a/patcher/patcher.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Patcher is a perl script for managing patches."
-LICENSE = "Perl"
-DEPENDS = ""
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Holger Schurig <hs4233@mn-solutions.de>"
-INHIBIT_DEFAULT_DEPS = "1"
-
-SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/patcher"
-
-do_unpack() {
- true
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
-}
-
-DEPENDS_prepend_delete = "patcher "
diff --git a/patcher/patcher_20040913.oe b/patcher/patcher_20040913.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/patcher/patcher_20040913.oe