mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
Add PATCH_DIR's for snapshots of uclibc and gdb
This commit is contained in:
parent
8b247c6186
commit
0a8aa89e76
@ -17,6 +17,7 @@ GDB_SITE:=ftp://sources.redhat.com/pub/gdb/snapshots/current
|
|||||||
GDB_SOURCE:=gdb.tar.bz2
|
GDB_SOURCE:=gdb.tar.bz2
|
||||||
GDB_CAT:=$(BZCAT)
|
GDB_CAT:=$(BZCAT)
|
||||||
GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION)
|
GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION)
|
||||||
|
GDB_PATCH_DIR:=toolchain/gdb/$(GDB_VERSION)
|
||||||
else
|
else
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_NORMAL),y)
|
ifeq ($(BR2_TOOLCHAIN_NORMAL),y)
|
||||||
|
@ -20,6 +20,7 @@ UCLIBC_DIR:=$(TOOL_BUILD_DIR)/uClibc
|
|||||||
UCLIBC_SOURCE:=uClibc-$(strip $(subst ",, $(BR2_USE_UCLIBC_SNAPSHOT))).tar.bz2
|
UCLIBC_SOURCE:=uClibc-$(strip $(subst ",, $(BR2_USE_UCLIBC_SNAPSHOT))).tar.bz2
|
||||||
#"))
|
#"))
|
||||||
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
|
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
|
||||||
|
UCLIBC_PATCH_DIR:=toolchain/uClibc/
|
||||||
else
|
else
|
||||||
# releases
|
# releases
|
||||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_29),y)
|
ifeq ($(BR2_UCLIBC_VERSION_0_9_29),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user