summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml/libxml2_2.6.22.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
commit860b48501cded1035f0589fdbbf45f25a172ca7a (patch)
tree8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/libxml/libxml2_2.6.22.bb
parent41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff)
downloadpoky-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.bb2
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"
6PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" 6PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
7 7
8FILES_${PN}-dev += "${bindir}/xml-config" 8FILES_${PN}-dev += "${bindir}/xml-config"
9FILES_${PN}-utils += "${bindir}" 9FILES_${PN}-utils += "${bindir}/*"
10 10
11SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \ 11SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \
12 file://no-testapi.patch;patch=1" 12 file://no-testapi.patch;patch=1"