diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:42:53 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:42:53 +0000 |
commit | 361473f833c1623f83d6a56553d359d55f46fe9c (patch) | |
tree | 835bdffe4f8b1e3dc258f1b3d9ad11bda925788d /meta/packages/udev/udev-084/flags.patch | |
parent | 675c8fc41c5736f92bb2a6085757145dcc3f2dfc (diff) | |
download | openembedded-core-361473f833c1623f83d6a56553d359d55f46fe9c.tar.gz openembedded-core-361473f833c1623f83d6a56553d359d55f46fe9c.tar.bz2 openembedded-core-361473f833c1623f83d6a56553d359d55f46fe9c.zip |
udev: Remove old unused versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@759 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev-084/flags.patch')
-rw-r--r-- | meta/packages/udev/udev-084/flags.patch | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/packages/udev/udev-084/flags.patch b/meta/packages/udev/udev-084/flags.patch deleted file mode 100644 index f144a5f622..0000000000 --- a/meta/packages/udev/udev-084/flags.patch +++ /dev/null @@ -1,52 +0,0 @@ ---- udev-081/Makefile.orig 2006-01-29 12:36:33.000000000 +0100 -+++ udev-081/Makefile 2006-01-29 12:36:58.000000000 +0100 -@@ -123,29 +123,29 @@ - STRIP = $(CROSS)strip - STRIPCMD = $(STRIP) -s - --CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -+override CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 - WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \ - -Wchar-subscripts -Wmissing-declarations -Wnested-externs \ - -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes --CFLAGS += $(WARNINGS) -+override CFLAGS += $(WARNINGS) - - LDFLAGS = -Wl,-warn-common - - OPTFLAGS = -Os --CFLAGS += $(OPTFLAGS) -+override CFLAGS += $(OPTFLAGS) - - ifeq ($(strip $(USE_LOG)),true) -- CFLAGS += -DUSE_LOG -+ override CFLAGS += -DUSE_LOG - endif - - # if DEBUG is enabled, then we do not strip - ifeq ($(strip $(DEBUG)),true) -- CFLAGS += -DDEBUG -+ override CFLAGS += -DDEBUG - STRIPCMD = - endif - - ifeq ($(strip $(USE_GCOV)),true) -- CFLAGS += -fprofile-arcs -ftest-coverage -+ override CFLAGS += -fprofile-arcs -ftest-coverage - LDFLAGS += -fprofile-arcs - endif - -@@ -160,11 +160,11 @@ - ifeq ($(strip $(USE_SELINUX)),true) - UDEV_OBJS += udev_selinux.o - LIB_OBJS += -lselinux -lsepol -- CFLAGS += -DUSE_SELINUX -+ override CFLAGS += -DUSE_SELINUX - endif - - ifeq ($(strip $(USE_STATIC)),true) -- CFLAGS += -DUSE_STATIC -+ override CFLAGS += -DUSE_STATIC - LDFLAGS += -static - endif - |