mono_sqlite: rely only on ROOT variable (set eg by . config/options)

This commit is contained in:
jc 2016-07-01 01:54:16 +02:00
parent 301e561ef9
commit 95f506e4f4

View File

@ -16,7 +16,7 @@
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>. # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################ ################################################################################
. $ROOT/$PACKAGES/databases/sqlite/package.mk . "$ROOT/packages/databases/sqlite/package.mk"
PKG_NAME="mono_sqlite" PKG_NAME="mono_sqlite"
PKG_URL="" PKG_URL=""