diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-01-23 10:22:02 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-01 08:51:05 +0100 |
commit | 37b2407afad8bfdf6816ab15d1d8555c10f04dec (patch) | |
tree | 56ea4cdd7820d58486fa75056a0838ddd89e54a7 /meta-oe | |
parent | 46484d46896c492b65f6a531a98fce04656f7941 (diff) | |
download | meta-openembedded-37b2407afad8bfdf6816ab15d1d8555c10f04dec.tar.gz |
libhugetlbfs: ensure package strip logic stays the same after oe-core package.bbclass changes
See http://patches.openembedded.org/patch/65311/
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 41fd0bd69..5d0963c90 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -47,4 +47,5 @@ FILES_${PN}-dbg += "${libdir}/libhugetlbfs/tests/obj32/.debug ${libdir}/libhuget | |||
47 | FILES_${PN}-perl = "${libdir}/perl" | 47 | FILES_${PN}-perl = "${libdir}/perl" |
48 | FILES_${PN}-tests += "${libdir}/libhugetlbfs/tests" | 48 | FILES_${PN}-tests += "${libdir}/libhugetlbfs/tests" |
49 | 49 | ||
50 | INHIBIT_PACKAGE_STRIP = "1" | ||
50 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 51 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |