libxslt 1.1.12: Add the -dbg package to the PACKAGES list.
authorJamie Lenehan <lenehan@twibble.org>
Thu, 28 Sep 2006 23:56:22 +0000 (23:56 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Thu, 28 Sep 2006 23:56:22 +0000 (23:56 +0000)
packages/libxslt/libxslt_1.1.12.bb

index 5201a0a..816b3fd 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "libxml2"
 LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz"
 S = "${WORKDIR}/libxslt-${PV}"
@@ -39,7 +39,7 @@ do_stage () {
        install -m 0644 libxslt.m4 ${STAGING_DATADIR}/aclocal/
 }
 
-PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
+PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
 
 FILES_${PN}-dev += "${bindir}/xslt-config"
 FILES_${PN}-utils += "${bindir}"