Allow overriding SBE_P10_SITE
- Updated sbe-p10 makefile to allow overriding SBE_P10_SITE from the environment
- Removed SBE_P10_SITE_METHOD since buildroot can detect the right method
Signed-off-by: Nick Bofferding bofferdn@us.ibm.com
diff --git a/openpower/package/sbe-p10/sbe-p10.mk b/openpower/package/sbe-p10/sbe-p10.mk
index 4c66358..fa1fc31 100644
--- a/openpower/package/sbe-p10/sbe-p10.mk
+++ b/openpower/package/sbe-p10/sbe-p10.mk
@@ -7,9 +7,8 @@
SBE_P10_VERSION = $(call qstrip,$(BR2_SBE_P10_VERSION))
# TODO: WORKAROUND: Need to reenable next line and comment out the two lines
# after that, when code is propagated to a public repo
-#SBE_P10_SITE = $(call github,open-power,sbe,$(SBE_P10_VERSION))
-SBE_P10_SITE = git@github.ibm.com:open-power/sbe.git
-SBE_P10_SITE_METHOD=git
+#SBE_P10_SITE ?= $(call github,open-power,sbe,$(SBE_P10_VERSION))
+SBE_P10_SITE ?= git@github.ibm.com:open-power/sbe.git
SBE_P10_LICENSE = Apache-2.0
SBE_P10_DEPENDENCIES = host-ppe42-gcc hcode-p10