mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
edje: include epp in edje-utils package. Fixes edje_cc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6d59d1da53
commit
10bb87f3e1
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1f2d83425ec8dfae5cd77f8ce52e872c"
|
|||||||
inherit efl
|
inherit efl
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
INC_PR = "r0"
|
INC_PR = "r1"
|
||||||
|
|
||||||
do_configure_prepend_virtclass-native() {
|
do_configure_prepend_virtclass-native() {
|
||||||
sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c
|
sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c
|
||||||
@@ -52,5 +52,6 @@ RREPLACES_${PN} = "libedje-ver-pre-svn-00-0 libedje-ver-pre-svn-01-0"
|
|||||||
FILES_${PN}-utils = "\
|
FILES_${PN}-utils = "\
|
||||||
${bindir}/edje_* \
|
${bindir}/edje_* \
|
||||||
${bindir}/inkscape2edc \
|
${bindir}/inkscape2edc \
|
||||||
|
${libdir}/edje/utils/epp \
|
||||||
${datadir}/edje/include/edje.inc \
|
${datadir}/edje/include/edje.inc \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user