diff --git a/packages/e17_libs/e_dbus/build b/packages/e17_libs/e_dbus/build deleted file mode 100755 index 1592e32563..0000000000 --- a/packages/e17_libs/e_dbus/build +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build eina -$SCRIPTS/build evas -$SCRIPTS/build ecore -$SCRIPTS/build dbus -$SCRIPTS/build hal -# there is an error $SCRIPTS/build connman - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --disable-static \ - --enable-shared \ - --enable-ehal \ - --disable-enm \ - --disable-econnman \ - --enable-enotify \ - -make - -$MAKEINSTALL diff --git a/packages/e17_libs/e_dbus/install b/packages/e17_libs/e_dbus/install deleted file mode 100755 index 2f66c77fcd..0000000000 --- a/packages/e17_libs/e_dbus/install +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install eina -$SCRIPTS/install evas -$SCRIPTS/install ecore -$SCRIPTS/install dbus -$SCRIPTS/install hal -# there is an error $SCRIPTS/install connman - -mkdir -p $INSTALL/usr/lib - cp -PR $PKG_BUILD/src/lib/dbus/.libs/libedbus*.so* $INSTALL/usr/lib - cp -PR $PKG_BUILD/src/lib/hal/.libs/libehal*.so* $INSTALL/usr/lib - cp -PR $PKG_BUILD/src/lib/notification/.libs/libenotify*.so* $INSTALL/usr/lib diff --git a/packages/e17_libs/e_dbus/url b/packages/e17_libs/e_dbus/url deleted file mode 100644 index fcd8f7ba5a..0000000000 --- a/packages/e17_libs/e_dbus/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/e_dbus-43006.tar.bz2