diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:17:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:57 +0100 |
commit | 4d881e99ef8254451bf122852b1555fdeb533469 (patch) | |
tree | 8fcb4d8cd519676878598e7cbb7557665dceea1f /meta | |
parent | 7a66997322cba1613d0b7a6faef9fa09b8dd7629 (diff) | |
download | poky-4d881e99ef8254451bf122852b1555fdeb533469.tar.gz |
pth: clean-up FILES list due to PACKAGE reorder
(From OE-Core rev: bd676271537acdaf9b3ea607b3337c3059aad788)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/pth/pth_2.0.7.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb index cdd5eafdd0..2aeec440cc 100644 --- a/meta/recipes-support/pth/pth_2.0.7.bb +++ b/meta/recipes-support/pth/pth_2.0.7.bb | |||
@@ -26,6 +26,3 @@ do_configure() { | |||
26 | gnu-configize | 26 | gnu-configize |
27 | oe_runconf | 27 | oe_runconf |
28 | } | 28 | } |
29 | |||
30 | FILES_${PN} = "${libdir}/libpth.so.*" | ||
31 | FILES_${PN}-dev += "${bindir}/pth-config" | ||