diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:17:43 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-06-19 21:59:50 -0700 |
commit | bd676271537acdaf9b3ea607b3337c3059aad788 (patch) | |
tree | 4c1d712ebd034ad600c9f3917cfa61c20fd9eab4 /meta/recipes-support/pth | |
parent | 81c9ce2fdd74b7c0c664dec0b9f730fee97a086c (diff) | |
download | openembedded-core-bd676271537acdaf9b3ea607b3337c3059aad788.tar.gz openembedded-core-bd676271537acdaf9b3ea607b3337c3059aad788.tar.bz2 openembedded-core-bd676271537acdaf9b3ea607b3337c3059aad788.zip |
pth: clean-up FILES list due to PACKAGE reorder
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/pth')
-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() { gnu-configize oe_runconf } - -FILES_${PN} = "${libdir}/libpth.so.*" -FILES_${PN}-dev += "${bindir}/pth-config" |