]> www.infradead.org Git - mtd-utils.git/commit
Move ubi-utils libraries to common library location
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 1 Sep 2016 13:52:33 +0000 (15:52 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:56 +0000 (11:36 +0100)
commitdb4146e84f3310a1e1de6f6d45f2ac35a0b0a604
tree4046be3c7f438e5ae2ed4ea9a28bb6f435e2f619
parentf4ec4511d0729802e783b1757d6bcd556737510e
Move ubi-utils libraries to common library location

Historically, the mtd-utils and ubi-utils were seperate packages. The
ubi-utils were at some point merged into the mtd-utils. They first
appeared in the release tar-ball in version 1.1.0 in their own
sub-hirarchy with their own buildsystem, readme, documentation, etc.
A lot of the duplicated stuff got centralized/removed over time.

This patch further cleans up the directory hirarchy duplication by
moving common libraries from the ubi-utils/ into the central lib/
and include/ directories in the top directory of the mtd-utils package.

This includes:
 - libuib.a & libubigen.a used by the ubi utilities
 - libscan.a currently only used by ubiformat
 - libiniparser.a used by ubinize

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
15 files changed:
include/dictionary.h [moved from ubi-utils/include/dictionary.h with 100% similarity]
include/libiniparser.h [moved from ubi-utils/include/libiniparser.h with 100% similarity]
include/libscan.h [moved from ubi-utils/include/libscan.h with 100% similarity]
include/libubi.h [moved from ubi-utils/include/libubi.h with 100% similarity]
include/libubigen.h [moved from ubi-utils/include/libubigen.h with 100% similarity]
lib/LICENSE.libiniparser [moved from ubi-utils/LICENSE.libiniparser with 100% similarity]
lib/Makemodule.am
lib/dictionary.c [moved from ubi-utils/dictionary.c with 100% similarity]
lib/libiniparser.c [moved from ubi-utils/libiniparser.c with 100% similarity]
lib/libscan.c [moved from ubi-utils/libscan.c with 100% similarity]
lib/libubi.c [moved from ubi-utils/libubi.c with 100% similarity]
lib/libubi_int.h [moved from ubi-utils/libubi_int.h with 100% similarity]
lib/libubigen.c [moved from ubi-utils/libubigen.c with 100% similarity]
tests/unittests/Makemodule.am
ubi-utils/Makemodule.am