diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-10-17 15:59:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:58:17 +0100 |
commit | 0b3bbef61f1db27bff54c1b6733176672665788c (patch) | |
tree | c0e168a21238984dcd6780174c7e9ecdf873658b /meta | |
parent | ddf4e899763e6bc65d70febbc76f9b77bfb0b9f8 (diff) | |
download | poky-0b3bbef61f1db27bff54c1b6733176672665788c.tar.gz |
ossp-uuid: Add nativesdk in BBCLASSEXTEND
(From OE-Core rev: 457ab573dd017d3dcc9470f6d7f5f32702cb2e2c)
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 2 |
1 files changed, 1 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 b6304f0135..4bc151f8c1 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 | |||
@@ -55,4 +55,4 @@ FILES_uuid = "${bindir}/uuid" | |||
55 | FILES_${PN} = "${libdir}/libossp-uuid.so.16*" | 55 | FILES_${PN} = "${libdir}/libossp-uuid.so.16*" |
56 | FILES_${PN}-dev += "${bindir}/uuid-config" | 56 | FILES_${PN}-dev += "${bindir}/uuid-config" |
57 | 57 | ||
58 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native nativesdk" |