Author: jow Date: 2014-07-02 13:39:28 +0200 (Wed, 02 Jul 2014) New Revision: 41459
Modified: trunk/include/package-bin.mk trunk/include/package-ipkg.mk Log: include: remove SDK exception from package install targets Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/include/package-bin.mk =================================================================== --- trunk/include/package-bin.mk 2014-07-02 11:39:24 UTC (rev 41458) +++ trunk/include/package-bin.mk 2014-07-02 11:39:28 UTC (rev 41459) @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ define BuildTarget/bin ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT)) ifdef Package/$(1)/install - ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),) + ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),) compile: install-bin-$(1) else compile: $(1)-disabled Modified: trunk/include/package-ipkg.mk =================================================================== --- trunk/include/package-ipkg.mk 2014-07-02 11:39:24 UTC (rev 41458) +++ trunk/include/package-ipkg.mk 2014-07-02 11:39:28 UTC (rev 41459) @@ -1,5 +1,5 @@ # -# Copyright (C) 2006,2007 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -80,7 +80,7 @@ ifeq ($(BUILD_VARIANT),$$(if $$(VARIANT),$$(VARIANT),$(BUILD_VARIANT))) ifdef Package/$(1)/install - ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),) + ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),) IPKGS += $(1) compile: $$(IPKG_$(1)) $(PKG_INFO_DIR)/$(1).provides $(STAGING_DIR_ROOT)/stamp/.$(1)_installed ifneq ($(ABI_VERSION),) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
