changed oe calls to bb
authoremte <emte>
Sun, 19 Dec 2004 07:40:11 +0000 (07:40 +0000)
committeremte <emte@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 19 Dec 2004 07:40:11 +0000 (07:40 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@12508 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

eet.bb
eetXnative.bb

diff --git a/eet.bb b/eet.bb
index 4e84676..9803f2f 100644 (file)
--- a/eet.bb
+++ b/eet.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/eet"
 inherit autotools pkgconfig binconfig
 
 do_stage () {
-  oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
+  bb_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
   install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
 }
 
index bce9f86..0355e19 100644 (file)
@@ -6,12 +6,12 @@ HOMEPAGE = "http://www.enlightenment.org"
 MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
 SECTION = "e/libs"
 PRIORITY = "optional"
-include eet.oe
+include eet.bb
 inherit native
 DEPENDS = "zlib-native jpeg-native"
 
 do_stage () {
   install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR}
-  oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
+  bb_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
   install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
 }