diff options
Diffstat (limited to 'recipes/lcms/lcms_1.17.bb')
-rw-r--r-- | recipes/lcms/lcms_1.17.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/lcms/lcms_1.17.bb b/recipes/lcms/lcms_1.17.bb new file mode 100644 index 0000000000..2336142a23 --- /dev/null +++ b/recipes/lcms/lcms_1.17.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Little cms is a small-footprint, speed optimized color management engine." +SECTION = "libs" +LICENSE = "LGPL" +SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz" + +PR = "r2" + +inherit autotools + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +do_stage() { + autotools_stage_all +} |