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
caed080c
Commit
caed080c
authored
Jul 27, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated versions
parent
266c6bba
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
gettext_0.19.6.bbappend
recipes-core/gettext/gettext_0.19.6.bbappend
+0
-4
php_5.6.16.bbappend
recipes-devtools/php/php_5.6.16.bbappend
+0
-21
No files found.
recipes-core/gettext/gettext_0.19.6.bbappend
deleted
100644 → 0
View file @
266c6bba
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.6.16.bbappend
deleted
100644 → 0
View file @
266c6bba
EXTRA_OECONF += "--enable-elphel"
DEV_DIR ?= "${TOPDIR}/../../rootfs-elphel/elphel-apps-php-extension/ext"
do_unpack_append(){
print("Link extension to the main tree")
if os.path.isdir("${DEV_DIR}"):
print("DEV_DIR exists - creating links...")
devdir_abspath = os.path.abspath("${DEV_DIR}")
for path, folders, files in os.walk("${DEV_DIR}"):
folders[:]=[fd for fd in folders if fd != ".git"]
for folder in folders:
folder_abspath = os.path.abspath(os.path.join(path, folder))
folder_relpath = folder_abspath.replace(devdir_abspath+"/", '')
os.system("cd ${S}/ext;mkdir -p "+folder_relpath)
for filename in files:
file_abspath = os.path.abspath(os.path.join(path, filename))
file_relpath = file_abspath.replace(devdir_abspath+"/", '')
os.system("cd ${S}/ext;ln -sf "+file_abspath+" "+file_relpath)
}
\ 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