diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-10-28 19:33:04 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-10-28 19:33:04 +0000 |
| commit | 860b48501cded1035f0589fdbbf45f25a172ca7a (patch) | |
| tree | 8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/libgpg-error/libgpg-error_1.0.bb | |
| parent | 41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff) | |
| download | poky-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.gz | |
packages: various .debug packaging fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libgpg-error/libgpg-error_1.0.bb')
| -rw-r--r-- | meta/packages/libgpg-error/libgpg-error_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libgpg-error/libgpg-error_1.0.bb b/meta/packages/libgpg-error/libgpg-error_1.0.bb index c29053832b..115a9c138c 100644 --- a/meta/packages/libgpg-error/libgpg-error_1.0.bb +++ b/meta/packages/libgpg-error/libgpg-error_1.0.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \ | |||
| 9 | 9 | ||
| 10 | # move libgpg-error-config into -dev package | 10 | # move libgpg-error-config into -dev package |
| 11 | FILES_${PN} = "${libdir}/lib*.so.*" | 11 | FILES_${PN} = "${libdir}/lib*.so.*" |
| 12 | FILES_${PN}-dev += "${bindir}" | 12 | FILES_${PN}-dev += "${bindir}/*" |
| 13 | 13 | ||
| 14 | inherit autotools binconfig pkgconfig | 14 | inherit autotools binconfig pkgconfig |
| 15 | 15 | ||
