M CMakeLists.txt => CMakeLists.txt +0 -6
@@ 2,14 2,8 @@ cmake_minimum_required(VERSION 2.8)
project(dfuse_pack)
-set(LIBS "")
-
-# pkg-config
-find_package(PkgConfig REQUIRED)
-
include_directories("${PROJECT_SOURCE_DIR}")
# dfuse_pack
add_executable(dfuse_pack dfuse_pack.c)
-target_link_libraries(dfuse_pack ${LIBS})
install(TARGETS dfuse_pack DESTINATION bin)
M README.md => README.md +1 -2
@@ 10,7 10,6 @@ This command line utility lets you pack raw binary firmware images into a DfuSe
### Dependencies
-- [eina](http://docs.enlightenment.org/auto/eina/eina_main.html)
- [cmake](http://www.cmake.org/)
### Build / install
@@ 64,7 63,7 @@ A more complex one based on two images for alternate setting 0 and a single imag
### License
-Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch)
+Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch)
This is free software: you can redistribute it and/or modify
it under the terms of the Artistic License 2.0 as published by
M dfuse_pack.c => dfuse_pack.c +1 -1
@@ 1,5 1,5 @@
/*
- * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch)
+ * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch)
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the Artistic License 2.0 as published by
M dfuse_pack.h => dfuse_pack.h +1 -1
@@ 1,5 1,5 @@
/*
- * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch)
+ * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch)
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the Artistic License 2.0 as published by
M dfuse_spec.h => dfuse_spec.h +1 -1
@@ 1,5 1,5 @@
/*
- * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch)
+ * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch)
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the Artistic License 2.0 as published by