Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
meta-openembedded
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yocto
meta-openembedded
Commits
b03eee5c
Commit
b03eee5c
authored
May 10, 2011
by
Martin Jansa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
embryo, epdf: fix LICENSE, from oe.dev
Signed-off-by:
Martin Jansa
<
Martin.Jansa@gmail.com
>
parent
601886e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
meta-efl/recipes-efl/efl/embryo.inc
meta-efl/recipes-efl/efl/embryo.inc
+4
-3
meta-efl/recipes-efl/efl/epdf_svn.bb
meta-efl/recipes-efl/efl/epdf_svn.bb
+6
-4
No files found.
meta-efl/recipes-efl/efl/embryo.inc
View file @
b03eee5c
DESCRIPTION
=
"The Enlightenment C-like scripting language for Edje"
LICENSE
=
"MIT BSD & CompuPhase"
LIC_FILES_CHKSUM
=
"file://COPYING;md5=6aa45e26c1ed178da910fd76b306a875"
inherit
efl
LICENSE
=
"MIT BSD CompuPhase"
LIC_FILES_CHKSUM
=
"file://COPYING;md5=6aa45e26c1ed178da910fd76b306a875"
BBCLASSEXTEND
=
"native"
INC_PR
=
"r
0
"
INC_PR
=
"r
1
"
# Some upgrade path tweaking
AUTO_LIBNAME_PKGS
=
""
...
...
meta-efl/recipes-efl/efl/epdf_svn.bb
View file @
b03eee5c
DESCRIPTION = "Epdf is the glue between EFL and libpoppler"
LICENSE = "GPLv2 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \
"
DEPENDS = "poppler evas ecore"
PV = "0.1.0+svnr${SRCPV}"
...
...
@@ -10,6 +6,12 @@ PR = "r4"
SRCREV = "${EFL_SRCREV}"
inherit efl
LICENSE = "GPLv2 LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \
"
SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"
...
...
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