diff options
| -rw-r--r-- | meta-oe/recipes-support/gpm/gpm/processcreds.patch | 12 | ||||
| -rw-r--r-- | meta-oe/recipes-support/gpm/gpm_git.bb | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm/processcreds.patch b/meta-oe/recipes-support/gpm/gpm/processcreds.patch deleted file mode 100644 index d647eca0ad..0000000000 --- a/meta-oe/recipes-support/gpm/gpm/processcreds.patch +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: gpm-1.99.7/src/daemon/processconn.c | ||
| 2 | =================================================================== | ||
| 3 | --- gpm-1.99.7.orig/src/daemon/processconn.c 2010-09-29 17:36:18.571782951 +0400 | ||
| 4 | +++ gpm-1.99.7/src/daemon/processconn.c 2010-09-29 17:42:44.659991758 +0400 | ||
| 5 | @@ -20,6 +20,7 @@ | ||
| 6 | * | ||
| 7 | ********/ | ||
| 8 | |||
| 9 | +#define _GNU_SOURCE | ||
| 10 | #include <sys/socket.h> /* accept */ | ||
| 11 | #include <stdlib.h> /* malloc */ | ||
| 12 | #include <unistd.h> /* close */ | ||
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb index 012dceb237..b64f05c570 100644 --- a/meta-oe/recipes-support/gpm/gpm_git.bb +++ b/meta-oe/recipes-support/gpm/gpm_git.bb | |||
| @@ -13,7 +13,6 @@ DEPENDS = "ncurses bison-native" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/telmich/gpm;protocol=git \ | 14 | SRC_URI = "git://github.com/telmich/gpm;protocol=git \ |
| 15 | file://init \ | 15 | file://init \ |
| 16 | file://processcreds.patch \ | ||
| 17 | file://gpm.service.in \ | 16 | file://gpm.service.in \ |
| 18 | file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \ | 17 | file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \ |
| 19 | " | 18 | " |
