diff options
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid')
-rw-r--r-- | meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb index 160990c142..33bed75321 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | |||
@@ -32,7 +32,7 @@ SRC_URI[sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f | |||
32 | 32 | ||
33 | S = "${WORKDIR}/uuid-${PV}" | 33 | S = "${WORKDIR}/uuid-${PV}" |
34 | 34 | ||
35 | inherit autotools | 35 | inherit autotools update-alternatives |
36 | 36 | ||
37 | EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql" | 37 | EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql" |
38 | EXTRA_OECONF = "--includedir=${includedir}/ossp" | 38 | EXTRA_OECONF = "--includedir=${includedir}/ossp" |
@@ -57,3 +57,7 @@ FILES_${PN} = "${libdir}/libossp-uuid.so.16*" | |||
57 | FILES_${PN}-dev += "${bindir}/uuid-config" | 57 | FILES_${PN}-dev += "${bindir}/uuid-config" |
58 | 58 | ||
59 | BBCLASSEXTEND = "native nativesdk" | 59 | BBCLASSEXTEND = "native nativesdk" |
60 | |||
61 | ALTERNATIVE_${PN}-doc = "uuid.3" | ||
62 | ALTERNATIVE_PRIORITY_${PN}-doc = "200" | ||
63 | ALTERNATIVE_LINK_NAME[uuid.3] = "${mandir}/man3/uuid.3" | ||