summaryrefslogtreecommitdiff
path: root/epeg
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /epeg
parent101e2f1623def0a355d20aacb8bd93810703e834 (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 'epeg')
-rw-r--r--epeg/epeg.bb0
-rw-r--r--epeg/epeg/dirs.patch37
2 files changed, 0 insertions, 37 deletions
diff --git a/epeg/epeg.bb b/epeg/epeg.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/epeg/epeg.bb
+++ /dev/null
diff --git a/epeg/epeg/dirs.patch b/epeg/epeg/dirs.patch
deleted file mode 100644
index 8b0b5281d1..0000000000
--- a/epeg/epeg/dirs.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- epeg/src/lib/Makefile.am~dirs 2004-01-19 18:53:41.000000000 -0600
-+++ epeg/src/lib/Makefile.am 2004-07-13 16:29:16.000000000 -0500
-@@ -5,10 +5,7 @@
- # A list of all the files in the current directory which can be regenerated
- MAINTAINERCLEANFILES = Makefile.in
-
--LDFLAGS = -L/usr/local/lib
--INCLUDES = -I/usr/local/include \
-- -I$(includedir) \
-- @my_includes@
-+INCLUDES = @my_includes@
-
- lib_LTLIBRARIES = libepeg.la
- include_HEADERS = Epeg.h
-@@ -17,6 +14,6 @@
- epeg_memfile.c \
- epeg_private.h
-
--libepeg_la_LIBADD = $(LDFLAGS) @my_libs@
-+libepeg_la_LIBADD = @my_libs@
- libepeg_la_DEPENDENCIES = $(top_builddir)/config.h
- libepeg_la_LDFLAGS = -version-info 9:0:9
---- epeg/src/bin/Makefile.am~dirs 2004-07-08 10:42:50.000000000 -0500
-+++ epeg/src/bin/Makefile.am 2004-07-13 16:29:21.000000000 -0500
-@@ -2,7 +2,6 @@
-
- INCLUDES = \
- -I../lib \
---I/usr/local/include \
- -I$(top_srcdir)/src/lib \
- @my_includes@
-