Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
c40c6e71
Commit
c40c6e71
authored
Nov 22, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appends for kubuntu 13.10
parent
45cd1d4e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
0 deletions
+23
-0
sleep.m4.patch
recipes-core/gettext/files/sleep.m4.patch
+16
-0
gettext_0.18.3.1.bbappend
recipes-core/gettext/gettext_0.18.3.1.bbappend
+4
-0
php_5.4.14.bbappend
recipes-devtools/php/php_5.4.14.bbappend
+1
-0
cherokee_1.2.98.bbappend
recipes-httpd/cherokee/cherokee_1.2.98.bbappend
+1
-0
modphp_5.5.2.bbappend
recipes-php/modphp/modphp_5.5.2.bbappend
+1
-0
No files found.
recipes-core/gettext/files/sleep.m4.patch
0 → 100644
View file @
c40c6e71
Index: gettext-0.18.3.1/gettext-tools/gnulib-m4/sleep.m4
===================================================================
--- gettext-0.18.3.1.orig/gettext-tools/gnulib-m4/sleep.m4 2013-08-15 10:25:03.000000000 -0600
+++ gettext-0.18.3.1/gettext-tools/gnulib-m4/sleep.m4 2013-11-21 14:11:23.000000000 -0700
@@ -37,6 +37,11 @@
unsigned int remaining;
signal (SIGALRM, handle_alarm);
alarm (1);
+ remaining = sleep (3);
+ if (remaining == 0)
+ return 5; /* alarm failed to wake from sleep() */
+/* man alarm: sleep(3) may be implemented using SIGALRM; mixing calls to alarm() and sleep(3) is a bad idea.*/
+ alarm (1);
remaining = sleep (pentecost);
if (remaining > pentecost)
return 3;
recipes-core/gettext/gettext_0.18.3.1.bbappend
0 → 100644
View file @
c40c6e71
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
# alarm didn't work in Kubuntu 13.10 (gcc-4.8.1?)
SRC_URI_append = "file://sleep.m4.patch"
\ No newline at end of file
recipes-devtools/php/php_5.4.14.bbappend
0 → 100644
View file @
c40c6e71
PACKAGECONFIG := "sqlite3"
\ No newline at end of file
recipes-httpd/cherokee/cherokee_1.2.98.bbappend
0 → 100644
View file @
c40c6e71
DEPENDS := "libpcre openssl ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
\ No newline at end of file
recipes-php/modphp/modphp_5.5.2.bbappend
0 → 100644
View file @
c40c6e71
PACKAGECONFIG := ""
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment