Set suitable build flags in elementary build 37/22837/1
authorValentin Cupif <valentin.cupif@open.eurogiciel.org>
Thu, 12 Jun 2014 14:03:36 +0000 (16:03 +0200)
committerValentin Cupif <valentin.cupif@open.eurogiciel.org>
Thu, 12 Jun 2014 14:03:36 +0000 (16:03 +0200)
Change-Id: I3d7d846e1936bccfdb6cead2491ecbc2f7186045
Signed-off-by: Valentin Cupif <valentin.cupif@open.eurogiciel.org>
recipes-efl/efl/elementary_1.9.3.bbappend [new file with mode: 0644]

diff --git a/recipes-efl/efl/elementary_1.9.3.bbappend b/recipes-efl/efl/elementary_1.9.3.bbappend
new file mode 100644 (file)
index 0000000..f3a4309
--- /dev/null
@@ -0,0 +1,85 @@
+DESCRIPTION = "EFL based widget set for mobile devices"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a173054a93896e933df53e3382d472c2"
+DEPENDS = "efl elementary-native  poppler eio"
+DEPENDS_class-native = "efl-native"
+
+inherit efl gettext
+
+EXTRA_OECONF_append_class-target = "\
+       --disable-ecore-x \ 
+       --disable-ecore-fb \
+       --disable-ecore-psl1ght \
+       --disable-ecore-sdl \
+       --disable-ecore-cocoa \
+       --disable-ecore-wince \
+       --disable-ecore-win32 \
+    --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+    --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
+    --with-elementary-codegen=${STAGING_BINDIR_NATIVE}/elementary_codegen \
+    --with-elm-prefs-cc=${STAGING_BINDIR_NATIVE}/elm_prefs_cc \
+"
+
+BBCLASSEXTEND = "native"
+
+PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather"
+PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl"
+
+do_compile_append_class-target() {
+    sed -i -e s:${STAGING_DIR_TARGET}::g \
+           -e s:/${TARGET_SYS}::g \
+              elementary.pc
+}
+
+
+RDEPENDS_${PN}_class-native = ""
+
+RDEPENDS_${PN} = "\
+    ${PN}-themes \
+    ${PN}-configs \
+"
+RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility"
+
+FILES_${PN} += "\
+    ${libdir}/edje/modules/elm \
+    ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.so \
+    ${libdir}/elementary/modules/prefs/*/module.so \
+    ${libdir}/elementary/modules/prefs/*/*.edj \
+"
+
+FILES_${PN}-dev += "\
+    ${bindir}/elm_prefs_cc \
+    ${libdir}/elementary/modules/*/*/module.la \
+    ${libdir}/cmake \
+"
+
+FILES_${PN}-themes = "\
+    ${datadir}/elementary/themes \
+"
+
+FILES_${PN}-configs = "\
+    ${datadir}/elementary/config \
+"
+
+FILES_${PN}-dbg += "\
+    ${libdir}/elementary/modules/*/*/.debug \
+    ${libdir}/edje/modules/elm/*/.debug \
+"
+
+FILES_${PN}-tests = "\
+    ${bindir}/elementary* \
+    ${datadir}/elementary/images \
+    ${datadir}/elementary/objects \
+    ${datadir}/elementary/examples \
+    ${datadir}/applications/* \
+    ${datadir}/icons/* \
+    ${libdir}/elementary/modules/test_entry/* \
+    ${libdir}/elementary/modules/test_map/* \
+"
+
+FILES_${PN}-accessibility = "\
+    ${libdir}/elementary/modules/access_output/* \
+"
+
+# Some upgrade path tweaking, as in evas
+AUTO_LIBNAME_PKGS = ""