summaryrefslogtreecommitdiff
path: root/wiggle
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /wiggle
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'wiggle')
-rw-r--r--wiggle/wiggle-native_0.6.bb0
-rw-r--r--wiggle/wiggle-native_0.6.oe4
-rw-r--r--wiggle/wiggle_0.6.bb0
-rw-r--r--wiggle/wiggle_0.6.oe26
4 files changed, 0 insertions, 30 deletions
diff --git a/wiggle/wiggle-native_0.6.bb b/wiggle/wiggle-native_0.6.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/wiggle/wiggle-native_0.6.bb
diff --git a/wiggle/wiggle-native_0.6.oe b/wiggle/wiggle-native_0.6.oe
deleted file mode 100644
index 73d7fa708f..0000000000
--- a/wiggle/wiggle-native_0.6.oe
+++ /dev/null
@@ -1,4 +0,0 @@
-SECTION = "unknown"
-include wiggle_${PV}.oe
-inherit native
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/wiggle-${PV}"
diff --git a/wiggle/wiggle_0.6.bb b/wiggle/wiggle_0.6.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/wiggle/wiggle_0.6.bb
diff --git a/wiggle/wiggle_0.6.oe b/wiggle/wiggle_0.6.oe
deleted file mode 100644
index ad9eb67799..0000000000
--- a/wiggle/wiggle_0.6.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "Wiggle is a program for applying patches that patch cannot \
-apply because of conflicting changes."
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-SECTION = "console/utils"
-
-SRC_URI = "http://cgi.cse.unsw.edu.au/~neilb/source/wiggle/wiggle-${PV}.tar.gz \
- file://001NoQuietTime;patch=1 \
- file://002SpecFile;patch=1 \
- file://003Recommit;patch=1 \
- file://004ExtractFix;patch=1 \
- file://005Pchanges;patch=1"
-S = "${WORKDIR}/wiggle-${PV}"
-
-export MANDIR = "${mandir}"
-export BINDIR = "${bindir}"
-export STRIP = ""
-
-do_compile () {
-# oe_runmake wiggle wiggle.man # requires nroff
- oe_runmake wiggle
-}
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' install
-}