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/eet/eet-native_0.9.9.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/eet/eet-native_0.9.9.bb')
-rw-r--r-- | packages/eet/eet-native_0.9.9.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/eet/eet-native_0.9.9.bb b/packages/eet/eet-native_0.9.9.bb deleted file mode 100644 index a44287eb55..0000000000 --- a/packages/eet/eet-native_0.9.9.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "EET is a tiny library designed to write an \ -arbitary set of chunks of data to a file and optionally compress \ -each chunk (very much like a zip file) and allow fast \ -random-access reading of the file later on." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>" -SECTION = "e/libs" -PRIORITY = "optional" -include eet_0.9.9.bb -inherit native -DEPENDS = "zlib-native jpeg-native" -LICENSE = "BSD" - -do_stage () { - install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR} - oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/ -} |