diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /prismstumbler | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'prismstumbler')
-rw-r--r-- | prismstumbler/prismstumbler-0.7.3/bogoconf.patch | 30 | ||||
-rw-r--r-- | prismstumbler/prismstumbler-0.7.3/libz.patch | 0 | ||||
-rw-r--r-- | prismstumbler/prismstumbler_0.7.2.bb | 0 | ||||
-rw-r--r-- | prismstumbler/prismstumbler_0.7.3.bb | 0 |
4 files changed, 0 insertions, 30 deletions
diff --git a/prismstumbler/prismstumbler-0.7.3/bogoconf.patch b/prismstumbler/prismstumbler-0.7.3/bogoconf.patch deleted file mode 100644 index 0d6af60590..0000000000 --- a/prismstumbler/prismstumbler-0.7.3/bogoconf.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- prismstumbler-0.7.3/configure.ac Wed Mar 10 19:19:56 2004 -+++ prismstumbler-0.7.3/configure.ac Tue Oct 26 23:56:36 2004 -@@ -405,8 +405,7 @@ - if cd $withval; then withval=`pwd`; cd $owd; fi - PCAPINC="-I$withval -I$withval/bpf" - PCAPLIB="-L$withval -lpcap" -- elif test -f $withval/include/pcap.h -a \ -- -f $withval/include/net/bpf.h; then -+ elif test -f $withval/include/pcap.h; then - owd=`pwd` - if cd $withval; then withval=`pwd`; cd $owd; fi - PCAPINC="-I$withval/include" -@@ -416,7 +415,7 @@ - PCAPLIB="-L$withval/lib -lpcap" - fi - else -- AC_ERROR(pcap.h, net/bpf.h, or libpcap.a not found in $withval) -+ AC_ERROR(pcap.h net/bpf.h or libpcap.a not found in $withval) - fi - ;; - esac ], -@@ -504,7 +503,7 @@ - [FIND_SQLITE_LIBS($withval, "")], - [FIND_SQLITE_LIBS($SQLITEDIRS, "lib")]) - --AC_ARG_WITH(mysql-includes,[ --with-sqlite-includes=DIR SQLite includes in DIR], -+AC_ARG_WITH(sqlite-includes,[ --with-sqlite-includes=DIR SQLite includes in DIR], - [FIND_SQLITE_INCS($withval, "")], - [FIND_SQLITE_INCS($SQLITEDIRS, "include")]) - diff --git a/prismstumbler/prismstumbler-0.7.3/libz.patch b/prismstumbler/prismstumbler-0.7.3/libz.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/prismstumbler/prismstumbler-0.7.3/libz.patch +++ /dev/null diff --git a/prismstumbler/prismstumbler_0.7.2.bb b/prismstumbler/prismstumbler_0.7.2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/prismstumbler/prismstumbler_0.7.2.bb +++ /dev/null diff --git a/prismstumbler/prismstumbler_0.7.3.bb b/prismstumbler/prismstumbler_0.7.3.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/prismstumbler/prismstumbler_0.7.3.bb +++ /dev/null |