avrdude: Fix inclusion of libelf when BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
2b09917ed2
commit
5c16682508
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=avrdude
|
PKG_NAME:=avrdude
|
||||||
PKG_VERSION:=6.1
|
PKG_VERSION:=6.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude
|
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude
|
||||||
|
@ -23,6 +23,7 @@ PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/avrdude
|
define Package/avrdude
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
|
|
Loading…
Reference in a new issue