diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-11 20:39:53 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-11 20:39:53 +0000 |
commit | 43de653336d3332ea574edca29228e7a931c3886 (patch) | |
tree | 7e5f3fba4178899ab1c4cf8143bb0b5d8decf8b8 /packages/edb/edb-native_1.0.5.003.bb | |
parent | 307aa2ae742c860ce1f9a1d41c568e054ad670a9 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/11 21:43:37+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/11 18:50:47+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/11 18:50:19+02:00 uni-frankfurt.de!mickeyl
unbreak ewl and move to using releases
2005/05/11 18:44:46+02:00 uni-frankfurt.de!mickeyl
move etox to using releases
2005/05/11 18:41:01+02:00 uni-frankfurt.de!mickeyl
unbreak edje and move over to using releases
2005/05/11 18:39:11+02:00 uni-frankfurt.de!mickeyl
enable ecore-dbus and ecore-file libraries
2005/05/11 17:57:28+02:00 uni-frankfurt.de!mickeyl
unbreak imlib2 and switch to using releases
2005/05/11 17:42:25+02:00 uni-frankfurt.de!mickeyl
move embryo to using the release version
2005/05/11 17:39:15+02:00 uni-frankfurt.de!mickeyl
move ecore and evas to releases and unbreak it
2005/05/11 17:09:40+02:00 uni-frankfurt.de!mickeyl
unbreak edb and eet, move to releases, and remove maintainers that don't maintain
BKrev: 42826d99O_aJh416yx1aCKD6PTS1Yw
Diffstat (limited to 'packages/edb/edb-native_1.0.5.003.bb')
-rw-r--r-- | packages/edb/edb-native_1.0.5.003.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/edb/edb-native_1.0.5.003.bb b/packages/edb/edb-native_1.0.5.003.bb index e69de29bb2..b570683020 100644 --- a/packages/edb/edb-native_1.0.5.003.bb +++ b/packages/edb/edb-native_1.0.5.003.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "EDB is a database convenience library wrapped around the \ +Berkeley DB 2.7.7 by Sleepycat Software." +LICENSE = "BSD" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>" +SECTION = "e/libs" +PRIORITY = "optional" +include edb_${PV}.bb +inherit native +DEPENDS = "zlib-native" + +do_stage () { + install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR} + oe_libinstall -C src libedb ${STAGING_LIBDIR}/ + install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/ +} |