diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
| commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
| tree | 17e81e77bde19931facf9b30fa5b5981df796071 /ecore | |
| parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) | |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'ecore')
| -rw-r--r-- | ecore/ecore-native_cvs.bb | 0 | ||||
| -rw-r--r-- | ecore/ecore-native_cvs.oe | 19 | ||||
| -rw-r--r-- | ecore/ecore_cvs.bb | 0 | ||||
| -rw-r--r-- | ecore/ecore_cvs.oe | 54 |
4 files changed, 0 insertions, 73 deletions
diff --git a/ecore/ecore-native_cvs.bb b/ecore/ecore-native_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ecore/ecore-native_cvs.bb diff --git a/ecore/ecore-native_cvs.oe b/ecore/ecore-native_cvs.oe deleted file mode 100644 index c02e69b46a..0000000000 --- a/ecore/ecore-native_cvs.oe +++ /dev/null @@ -1,19 +0,0 @@ -include ecore_${PV}.oe -LICENSE = "MIT" -inherit native -DEPENDS = "edb-native eet-native evas-native freetype-native" - -export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native" -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native" - -do_stage () { - for p in ${parts}; do - dir=`echo $p|tr A-Z a-z` - install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/ - oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/ - done - install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ - install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/ecore/ecore_cvs.bb b/ecore/ecore_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ecore/ecore_cvs.bb diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe deleted file mode 100644 index bb5292a8e6..0000000000 --- a/ecore/ecore_cvs.oe +++ /dev/null @@ -1,54 +0,0 @@ -DESCRIPTION = "Ecore is the core event abstraction layer for the enlightenment \ -foundation libraries. It makes makes doing selections, drag and drop, event loops, \ -timeouts and idle handlers fast, optimized, and convenient." -HOMEPAGE = "http://www.enlightenment.org" -SECTION = "e/libs" -PRIORITY = "optional" -LEAD_SONAME = "libecore.so" -LICENSE = "MIT" -PV = "${CVSDATE}" -DEPENDS = "edb eet evas freetype edb-native" -PR = "r4" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore \ - file://no-x-test.patch;patch=1" -S = "${WORKDIR}/ecore" - -inherit autotools binconfig - -export EDB_CONFIG = "${STAGING_BINDIR}/edb-config" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config" - -EXTRA_OECONF = "--enable-ecore-fb \ - --enable-ecore-job \ - --enable-ecore-evas-fb \ - --disable-ecore-evas-x \ - --disable-ecore-evas-gl \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-txt \ - --disable-ecore-x \ - --enable-ecore-config \ - --disable-openssl" - -parts = "Ecore Ecore_Job \ - Ecore_Txt Ecore_Fb Ecore_Con \ - Ecore_Ipc Ecore_Evas Ecore_Config" - -do_stage () { - for p in ${parts}; do - dir=`echo $p|tr A-Z a-z` - install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/ - oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/ - done - install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ - install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ -} - -PACKAGES += "ecore-examples" - -FILES_${PN} = "${libdir}/libecore*.so* ${libdir}/ecore_config_ipc_ecore.so" -FILES_${PN}-dev += "${bindir}/ecore-config ${libdir}/pkgconfig" -FILES_${PN}-examples = "${bindir}/ecore_test ${bindir}/ecore_evas_test ${datadir}" |
