diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 08:52:34 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 09:57:09 +0200 |
| commit | 3eb8da77f58396eb720c2cc8824ce54a769b3ff7 (patch) | |
| tree | 6fb66ba2fd283b279e011034230d9401797a3041 /meta-efl/classes | |
| parent | cc77ff2ddb5d0319e842ff5f8d682ca9043dade5 (diff) | |
| download | meta-openembedded-3eb8da77f58396eb720c2cc8824ce54a769b3ff7.tar.gz | |
e(fl).bbclass: don't override PACKAGES, but add to it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/classes')
| -rw-r--r-- | meta-efl/classes/e.bbclass | 6 | ||||
| -rw-r--r-- | meta-efl/classes/efl.bbclass | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass index 88a1f6a360..c80339905f 100644 --- a/meta-efl/classes/e.bbclass +++ b/meta-efl/classes/e.bbclass | |||
| @@ -18,9 +18,9 @@ do_configure_append() { | |||
| 18 | export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" | 18 | export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" |
| 19 | export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config" | 19 | export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config" |
| 20 | 20 | ||
| 21 | # This construction is stupid, someone with more E knowledge should change it to =+ or something | 21 | PACKAGES =+ "${PN}-themes" |
| 22 | # And it's in efl.bbclass as well.... | 22 | PACKAGES += "${PN}-lib" |
| 23 | PACKAGES = "${PN}-dbg ${PN}-themes ${PN} ${PN}-dev ${PN}-doc ${PN}-lib ${PN}-static" | 23 | |
| 24 | FILES_${PN}-lib = "${libdir}/lib*.so.*" | 24 | FILES_${PN}-lib = "${libdir}/lib*.so.*" |
| 25 | FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles" | 25 | FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles" |
| 26 | FILES_${PN}-dev += "${includedir} ${libdir}/lib*.so" | 26 | FILES_${PN}-dev += "${includedir} ${libdir}/lib*.so" |
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index 2dc6fc2097..f90dc1ca42 100644 --- a/meta-efl/classes/efl.bbclass +++ b/meta-efl/classes/efl.bbclass | |||
| @@ -19,8 +19,8 @@ do_install_prepend () { | |||
| 19 | done | 19 | done |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | # This construction is stupid, someone with more E knowledge should change it to =+ or something | 22 | PACKAGES =+ "${PN}-themes" |
| 23 | PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev ${PN}-doc ${PN}-tests ${PN}-static" | 23 | PACKAGES += "${PN}-tests" |
| 24 | 24 | ||
| 25 | FILES_${PN} = "${libdir}/*.so.* \ | 25 | FILES_${PN} = "${libdir}/*.so.* \ |
| 26 | ${libdir}/edje/modules/${PN}/*/module.so \ | 26 | ${libdir}/edje/modules/${PN}/*/module.so \ |
