mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package e_debus:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
e52ef264f3
commit
337c1458a7
@ -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
|
@ -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
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/e_dbus-43006.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user