popt: rename patch to use the correct naming convention
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 18:02:13 +0000 (20:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 18:11:27 +0000 (20:11 +0200)
This patch renames the popt patch popt-1.14_no-wchar.patch to
popt-01-no-wchar.patch in order to follow the naming convention used
in all packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/popt/popt-01-no-wchar.patch [new file with mode: 0644]
package/popt/popt-1.14_no-wchar.patch [deleted file]

diff --git a/package/popt/popt-01-no-wchar.patch b/package/popt/popt-01-no-wchar.patch
new file mode 100644 (file)
index 0000000..161165e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ru popt-1.14_vanilla/popthelp.c popt-1.14_no-wchar/popthelp.c
+--- popt-1.14_vanilla/popthelp.c       2008-03-27 17:33:08.000000000 +0000
++++ popt-1.14_no-wchar/popthelp.c      2008-04-10 05:44:43.000000000 +0000
+@@ -15,7 +15,7 @@
+ #include <sys/ioctl.h>
+ #endif
+-#define       POPT_WCHAR_HACK
++/* #define    POPT_WCHAR_HACK */
+ #ifdef        POPT_WCHAR_HACK
+ #include <wchar.h>                    /* for mbsrtowcs */
+ /*@access mbstate_t @*/
diff --git a/package/popt/popt-1.14_no-wchar.patch b/package/popt/popt-1.14_no-wchar.patch
deleted file mode 100644 (file)
index 161165e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru popt-1.14_vanilla/popthelp.c popt-1.14_no-wchar/popthelp.c
---- popt-1.14_vanilla/popthelp.c       2008-03-27 17:33:08.000000000 +0000
-+++ popt-1.14_no-wchar/popthelp.c      2008-04-10 05:44:43.000000000 +0000
-@@ -15,7 +15,7 @@
- #include <sys/ioctl.h>
- #endif
--#define       POPT_WCHAR_HACK
-+/* #define    POPT_WCHAR_HACK */
- #ifdef        POPT_WCHAR_HACK
- #include <wchar.h>                    /* for mbsrtowcs */
- /*@access mbstate_t @*/