diff options
author | Ed Kern <ejk@cisco.com> | 2019-02-19 10:27:23 -0700 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2019-02-19 11:27:06 -0700 |
commit | fd9d04d820bcc360d11444acbd919b1995923b33 (patch) | |
tree | f53e38c3bc106cc1be9ff79aebaca5d832904c93 | |
parent | 46ae2ef0f94c6ac63db22d67196ac764735f0c2e (diff) |
Makefile: correct opensuse 15.0 dep naming
This covers both naming option for opensuse leap15
dep package naming
Change-Id: I2ade004e44e75c08afde0f3af42b33cd97ce0ebc
Signed-off-by: Ed Kern <ejk@cisco.com>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,7 +129,7 @@ ifeq ($(SUSE_NAME),Tumbleweed) RPM_SUSE_PYTHON_DEPS += python3-ply python2-virtualenv endif ifeq ($(SUSE_ID),15.0) - RPM_SUSE_DEVEL_DEPS = libboost_headers1_68_0-devel-1.68.0 libboost_thread1_68_0-devel-1.68.0 gcc6 + RPM_SUSE_DEVEL_DEPS += libboost_headers-devel libboost_thread-devel gcc RPM_SUSE_PYTHON_DEPS += python3-ply python2-virtualenv else RPM_SUSE_DEVEL_DEPS += libboost_headers1_68_0-devel-1.68.0 gcc6 @@ -139,7 +139,7 @@ endif ifeq ($(OS_ID),opensuse-leap) ifeq ($(SUSE_ID),15.0) - RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc6 + RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc RPM_SUSE_PYTHON_DEPS += python3-ply python2-virtualenv endif endif |