diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-01 21:45:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-01 21:45:52 -0700 |
commit | bb13ba3914e09f5406a98b16e7c8fda44a02b7d0 (patch) | |
tree | 534c4a6f327b21cf5966fa8a8d1fcca0cdafe27d /host/utils | |
parent | 0d5cef73c18340b8466c06edd9722fad4cac1de1 (diff) | |
download | uhd-bb13ba3914e09f5406a98b16e7c8fda44a02b7d0.tar.gz uhd-bb13ba3914e09f5406a98b16e7c8fda44a02b7d0.tar.bz2 uhd-bb13ba3914e09f5406a98b16e7c8fda44a02b7d0.zip |
utils: added .in extension to images downloader source
There seems to be confusion that this file can be used w/o building.
The images downloader has been renamed to prevent execution b4 configure.
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/CMakeLists.txt | 2 | ||||
-rw-r--r-- | host/utils/uhd_images_downloader.py.in (renamed from host/utils/uhd_images_downloader.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index a4ff21eee..413cf3d4e 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -66,7 +66,7 @@ ENDFOREACH(util_source) #UHD images downloader configuration CONFIGURE_FILE( - ${CMAKE_CURRENT_SOURCE_DIR}/uhd_images_downloader.py + ${CMAKE_CURRENT_SOURCE_DIR}/uhd_images_downloader.py.in ${CMAKE_CURRENT_BINARY_DIR}/uhd_images_downloader.py @ONLY) INSTALL(PROGRAMS diff --git a/host/utils/uhd_images_downloader.py b/host/utils/uhd_images_downloader.py.in index be76f5b2d..be76f5b2d 100644 --- a/host/utils/uhd_images_downloader.py +++ b/host/utils/uhd_images_downloader.py.in |