-
Notifications
You must be signed in to change notification settings - Fork 2
Adding changes to copy openssl and curl libraries to build/bin #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| git checkout ${UT_CONTROL_PROJECT_VERSION} # MARKER: Version=${UT_CONTROL_PROJECT_VERSION} | ||
| #git checkout ${UT_CONTROL_PROJECT_VERSION} # MARKER: Version=${UT_CONTROL_PROJECT_VERSION} | ||
| git checkout feature/gh79-ut-control-reduce-size # MARKER: Version=${UT_CONTROL_PROJECT_VERSION} | ||
| # Note: The above line can be modified by release test scripts to checkout a specific version or branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change needs to be reverted before final approval.
…ntral/ut-core into feature/ut-core-reduce-size-helper
| @make test VARIANT=${VARIANT} | ||
| @cp -r $(UT_CONTROL)/build/$(TARGET)/lib/libut_control.* $(LIB_DIR) $(BIN_DIR) | ||
| @${ECHOE} ${GREEN}ut-control LIB Copied to [${BIN_DIR}]${NC} | ||
| @if [ -d "$(UT_CONTROL)/build/$(TARGET)/curl" ]; then \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok that's not clear..
why has ut-core any knowledge curl is being used? that library is something that's provided by ut-control has nothitng todo with ut-core?
| @if [ -d "$(UT_CONTROL)/build/$(TARGET)/curl" ]; then \ | ||
| cp -r $(UT_CONTROL)/build/$(TARGET)/curl/lib/libcurl.so* $(LIB_DIR) $(BIN_DIR); \ | ||
| fi | ||
| @if [ -d "$(UT_CONTROL)/build/$(TARGET)/openssl" ]; then \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes no-sense, ut-core has no reason to know about openssl surely?
| pushd ${UT_CONTROL_LIB_DIR} > /dev/null | ||
| git checkout ${UT_CONTROL_PROJECT_VERSION} # MARKER: Version=${UT_CONTROL_PROJECT_VERSION} | ||
| #git checkout ${UT_CONTROL_PROJECT_VERSION} # MARKER: Version=${UT_CONTROL_PROJECT_VERSION} | ||
| git checkout feature/gh79-ut-control-reduce-size # MARKER: Version=${UT_CONTROL_PROJECT_VERSION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to revert this one.
This change is helper for ut-control PR : rdkcentral/ut-control#80
It focusses on copying openssl and curl libraries to build folder.