diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 08:40:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:53 +0100 |
commit | 2f8a72e9c613265327d318c21959b478eac2c19e (patch) | |
tree | a47dc777cb48204cd3482babfc7edbc363d3d2ac /meta | |
parent | f12ac6101c756a1925f36c8ff16883427592fc94 (diff) | |
download | poky-2f8a72e9c613265327d318c21959b478eac2c19e.tar.gz |
coreutils/libpam: Add BBCLASSEXTEND nativesdk
(From OE-Core rev: da08f43aadf45b06491561bae8e9b7423ee98bb7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.22.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.22.bb index d5373ae9d6..83f786129b 100644 --- a/meta/recipes-core/coreutils/coreutils_8.22.bb +++ b/meta/recipes-core/coreutils/coreutils_8.22.bb | |||
@@ -98,4 +98,4 @@ python __anonymous() { | |||
98 | d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('sbindir', True), prog)) | 98 | d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('sbindir', True), prog)) |
99 | } | 99 | } |
100 | 100 | ||
101 | BBCLASSEXTEND = "native" | 101 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index a21420fd9b..0e28ea04a9 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc | |||
@@ -67,4 +67,4 @@ FILES_${PN}-dev += "${base_libdir}/*.so" | |||
67 | FILES_${PN} += "${base_libdir}/security/*.so" | 67 | FILES_${PN} += "${base_libdir}/security/*.so" |
68 | FILES_${PN}-dbg += "${base_libdir}/security/.debug/*.so" | 68 | FILES_${PN}-dbg += "${base_libdir}/security/.debug/*.so" |
69 | 69 | ||
70 | BBCLASSEXTEND = "native" | 70 | BBCLASSEXTEND = "native nativesdk" |