From c65af0edd12140dbc9f3422c2054ba6f7e0bdea9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 13 Sep 2004 22:40:21 +0000 Subject: 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 --- patcher/patcher.oe | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 patcher/patcher.oe (limited to 'patcher/patcher.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 " -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 " -- cgit v1.2.3