summaryrefslogtreecommitdiff
path: root/wiggle
diff options
context:
space:
mode:
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
-}