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/libxml/libxml2_2.6.22.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/libxml/libxml2_2.6.22.bb')
-rw-r--r-- | meta/packages/libxml/libxml2_2.6.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libxml/libxml2_2.6.22.bb b/meta/packages/libxml/libxml2_2.6.22.bb index fae00a6063..f29501040d 100644 --- a/meta/packages/libxml/libxml2_2.6.22.bb +++ b/meta/packages/libxml/libxml2_2.6.22.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" | 6 | PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" |
7 | 7 | ||
8 | FILES_${PN}-dev += "${bindir}/xml-config" | 8 | FILES_${PN}-dev += "${bindir}/xml-config" |
9 | FILES_${PN}-utils += "${bindir}" | 9 | FILES_${PN}-utils += "${bindir}/*" |
10 | 10 | ||
11 | SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \ | 11 | SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \ |
12 | file://no-testapi.patch;patch=1" | 12 | file://no-testapi.patch;patch=1" |