1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

packages: various .debug packaging fixes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-10-28 19:33:04 +00:00
parent 41588f18a7
commit 860b48501c
25 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ do_stage () {
PACKAGES = "libasound alsa-server alsa-conf alsa-doc alsa-dev" PACKAGES = "libasound alsa-server alsa-conf alsa-doc alsa-dev"
FILES_libasound = "${libdir}/libasound.so*" FILES_libasound = "${libdir}/libasound.so*"
FILES_alsa-server = "${bindir}" FILES_alsa-server = "${bindir}/*"
FILES_alsa-conf = "${datadir}" FILES_alsa-conf = "${datadir}"
FILES_alsa-dev = "${libdir}/pkgconfig/ /usr/include/" FILES_alsa-dev = "${libdir}/pkgconfig/ /usr/include/"
+2 -2
View File
@@ -37,11 +37,11 @@ PACKAGES += " ${PN}-bin"
# Package contents # Package contents
FILES_${PN} = "${libdir}/libdb*so*" FILES_${PN} = "${libdir}/libdb*so*"
FILES_${PN}-bin = "${bindir}" FILES_${PN}-bin = "${bindir}/*"
# The dev package has the .so link (as in db3) and the .a's - # The dev package has the .so link (as in db3) and the .a's -
# it is therefore incompatible (cannot be installed at the # it is therefore incompatible (cannot be installed at the
# same time) as the db3 package # same time) as the db3 package
FILES_${PN}-dev = "${includedir} ${libdir}" FILES_${PN}-dev = "${includedir} ${libdir}/*"
#configuration - set in local.conf to override #configuration - set in local.conf to override
DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild" DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild"
+2 -2
View File
@@ -45,11 +45,11 @@ PACKAGES += " ${PN}-bin"
# Package contents # Package contents
FILES_${PN} = "${libdir}/libdb-4*so*" FILES_${PN} = "${libdir}/libdb-4*so*"
FILES_${PN}-bin = "${bindir}" FILES_${PN}-bin = "${bindir}/*"
# The dev package has the .so link (as in db3) and the .a's - # The dev package has the .so link (as in db3) and the .a's -
# it is therefore incompatible (cannot be installed at the # it is therefore incompatible (cannot be installed at the
# same time) as the db3 package # same time) as the db3 package
FILES_${PN}-dev = "${includedir} ${libdir}" FILES_${PN}-dev = "${includedir} ${libdir}/*"
#configuration - set in local.conf to override #configuration - set in local.conf to override
DB4_CONFIG ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash" DB4_CONFIG ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash"
+2 -2
View File
@@ -48,11 +48,11 @@ PACKAGES += " ${PN}-bin"
# Package contents # Package contents
FILES_${PN} = "${libdir}/libdb-4*so*" FILES_${PN} = "${libdir}/libdb-4*so*"
FILES_${PN}-bin = "${bindir}" FILES_${PN}-bin = "${bindir}/*"
# The dev package has the .so link (as in db3) and the .a's - # The dev package has the .so link (as in db3) and the .a's -
# it is therefore incompatible (cannot be installed at the # it is therefore incompatible (cannot be installed at the
# same time) as the db3 package # same time) as the db3 package
FILES_${PN}-dev = "${includedir} ${libdir}" FILES_${PN}-dev = "${includedir} ${libdir}/*"
#configuration - set in local.conf to override #configuration - set in local.conf to override
DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185" DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185"
+1 -1
View File
@@ -21,7 +21,7 @@ EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \
--without-id3lib" --without-id3lib"
PACKAGES += "libflac libflac++ liboggflac liboggflac++" PACKAGES += "libflac libflac++ liboggflac liboggflac++"
FILES_${PN} = "${bindir}" FILES_${PN} = "${bindir}/*"
FILES_libflac = "${libdir}/libFLAC.so.*" FILES_libflac = "${libdir}/libFLAC.so.*"
FILES_libflac++ = "${libdir}/libFLAC++.so.*" FILES_libflac++ = "${libdir}/libFLAC++.so.*"
FILES_liboggflac = "${libdir}/libOggFLAC.so.*" FILES_liboggflac = "${libdir}/libOggFLAC.so.*"
+1 -1
View File
@@ -4,7 +4,7 @@ PRIORITY = "required"
DEPENDS = "libtool-cross" DEPENDS = "libtool-cross"
DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format."
PACKAGES =+ "jpeg-tools " PACKAGES =+ "jpeg-tools "
FILES_jpeg-tools = "${bindir}" FILES_jpeg-tools = "${bindir}/*"
LICENSE ="jpeg" LICENSE ="jpeg"
SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
file://debian.patch;patch=1 \ file://debian.patch;patch=1 \
+1 -1
View File
@@ -11,7 +11,7 @@ inherit autotools
PACKAGES += "libmp3lame libmp3lame-dev" PACKAGES += "libmp3lame libmp3lame-dev"
FILES_${PN} = "${bindir}/lame" FILES_${PN} = "${bindir}/lame"
FILES_libmp3lame = "${libdir}/libmp3lame.so.*" FILES_libmp3lame = "${libdir}/libmp3lame.so.*"
FILES_libmp3lame-dev = "${includedir} ${libdir}" FILES_libmp3lame-dev = "${includedir} ${libdir}/*"
FILES_${PN}-dev = "" FILES_${PN}-dev = ""
do_configure() { do_configure() {
@@ -11,13 +11,8 @@ S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gettext inherit autotools pkgconfig gettext
FILES_${PN} = "${libdir} \
${datadir}/applications \
${datadir}/pixmaps"
do_stage () { do_stage () {
install -d ${STAGING_INCDIR}/fakekey install -d ${STAGING_INCDIR}/fakekey
install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
} }
@@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
# move libgpg-error-config into -dev package # move libgpg-error-config into -dev package
FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}" FILES_${PN}-dev += "${bindir}/*"
inherit autotools binconfig pkgconfig inherit autotools binconfig pkgconfig
+1 -1
View File
@@ -6,7 +6,7 @@ LICENSE = "MIT"
PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
FILES_${PN}-dev += "${bindir}/xml-config" FILES_${PN}-dev += "${bindir}/xml-config"
FILES_${PN}-utils += "${bindir}" FILES_${PN}-utils += "${bindir}/*"
SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \ SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \
file://no-testapi.patch;patch=1" file://no-testapi.patch;patch=1"
+1 -1
View File
@@ -7,7 +7,7 @@ LICENSE = "MIT"
PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
FILES_${PN}-dev += "${bindir}/xml-config" FILES_${PN}-dev += "${bindir}/xml-config"
FILES_${PN}-utils += "${bindir}" FILES_${PN}-utils += "${bindir}/*"
PV = "2.6.23+cvs${SRCDATE}" PV = "2.6.23+cvs${SRCDATE}"
S = "${WORKDIR}/${PN}" S = "${WORKDIR}/${PN}"
@@ -8,5 +8,5 @@ S = "${WORKDIR}/mb-applet-input-manager-${PV}"
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps" FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"
@@ -8,5 +8,5 @@ S = "${WORKDIR}/mb-applet-startup-monitor-${PV}"
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps" FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"
@@ -9,16 +9,19 @@ EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/applications \ ${datadir}/applications \
${libdir}/matchbox/desktop/*.so \ ${libdir}/matchbox/desktop/*.so \
${datadir}/matchbox-desktop \ ${datadir}/matchbox-desktop \
${datadir}/pixmaps \ ${datadir}/pixmaps \
${sysconfdir}/matchbox" ${sysconfdir}/matchbox"
FILES_${PN}-dev = "${libdir}/matchbox-desktop \ FILES_${PN}-dev += "${libdir}/matchbox-desktop \
${includedir}/matchbox-desktop \ ${includedir}/matchbox-desktop \
${datadir}/matchbox/desktop/modules/*a" ${libdir}/matchbox/desktop/*.*a \
${datadir}/matchbox/desktop/modules/*a"
FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
do_stage() { do_stage() {
install -d ${STAGING_INCDIR}/matchbox-desktop/ install -d ${STAGING_INCDIR}/matchbox-desktop/
@@ -13,17 +13,21 @@ S = ${WORKDIR}/${PN}
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/applications \ ${datadir}/applications \
${libdir}/matchbox/desktop/*.so \ ${libdir}/matchbox/desktop/*.so \
${datadir}/matchbox-desktop \ ${datadir}/matchbox-desktop \
${datadir}/pixmaps \ ${datadir}/pixmaps \
${sysconfdir}/matchbox" ${sysconfdir}/matchbox"
FILES_${PN}-dev = "${libdir}/matchbox-desktop \ FILES_${PN}-dev += "${libdir}/matchbox-desktop \
${includedir}/matchbox-desktop \ ${includedir}/matchbox-desktop \
${libdir}/matchbox/desktop/*.*a \
${datadir}/matchbox/desktop/modules/*a" ${datadir}/matchbox/desktop/modules/*a"
FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
do_stage() { do_stage() {
install -d ${STAGING_INCDIR}/matchbox-desktop/ install -d ${STAGING_INCDIR}/matchbox-desktop/
install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/ install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/
@@ -15,7 +15,7 @@ inherit autotools pkgconfig gettext
EXTRA_OECONF = "--disable-cairo" EXTRA_OECONF = "--disable-cairo"
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/applications \ ${datadir}/applications \
${datadir}/pixmaps \ ${datadir}/pixmaps \
${datadir}/matchbox-keyboard" ${datadir}/matchbox-keyboard"
@@ -8,5 +8,5 @@ S = "${WORKDIR}/${PN}-${PV}"
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps" FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"
@@ -16,7 +16,7 @@ EXTRA_OECONF_append_poodle = " --enable-small-icons "
EXTRA_OECONF_append_mnci = " --enable-small-icons " EXTRA_OECONF_append_mnci = " --enable-small-icons "
EXTRA_OECONF_append_integral13 = " --enable-small-icons " EXTRA_OECONF_append_integral13 = " --enable-small-icons "
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/applications \ ${datadir}/applications \
${datadir}/pixmaps" ${datadir}/pixmaps"
@@ -12,7 +12,7 @@ S = ${WORKDIR}/${PN}
inherit autotools pkgconfig gettext inherit autotools pkgconfig gettext
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/applications \ ${datadir}/applications \
${datadir}/pixmaps \ ${datadir}/pixmaps \
${datadir}/matchbox-stroke" ${datadir}/matchbox-stroke"
@@ -13,7 +13,7 @@ S = "${WORKDIR}/matchbox-window-manager-${PV}"
inherit autotools pkgconfig update-alternatives inherit autotools pkgconfig update-alternatives
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/matchbox \ ${datadir}/matchbox \
${sysconfdir}/matchbox \ ${sysconfdir}/matchbox \
${datadir}/themes/blondie/matchbox \ ${datadir}/themes/blondie/matchbox \
+1 -1
View File
@@ -14,7 +14,7 @@ S = "${WORKDIR}/matchbox-window-manager-${PV}"
inherit autotools pkgconfig update-alternatives inherit autotools pkgconfig update-alternatives
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/matchbox \ ${datadir}/matchbox \
${sysconfdir}/matchbox \ ${sysconfdir}/matchbox \
${datadir}/themes/blondie/matchbox \ ${datadir}/themes/blondie/matchbox \
+1 -1
View File
@@ -19,7 +19,7 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/matchbox-session" ALTERNATIVE_PATH = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "10" ALTERNATIVE_PRIORITY = "10"
FILES_${PN} = "${bindir} \ FILES_${PN} = "${bindir}/* \
${datadir}/matchbox \ ${datadir}/matchbox \
${sysconfdir}/matchbox \ ${sysconfdir}/matchbox \
${datadir}/themes/blondie/matchbox \ ${datadir}/themes/blondie/matchbox \
+1 -1
View File
@@ -16,7 +16,7 @@ EXTRA_OECONF = "--enable-shared --disable-sdl --with-x"
PACKAGES = "mpeg2dec mpeg2dec-doc libmpeg2 libmpeg2-dev libmpeg2convert libmpeg2convert-dev" PACKAGES = "mpeg2dec mpeg2dec-doc libmpeg2 libmpeg2-dev libmpeg2convert libmpeg2convert-dev"
FILES_${PN} = "${bindir}" FILES_${PN} = "${bindir}/*"
FILES_libmpeg2 = "${libdir}/libmpeg2.so.*" FILES_libmpeg2 = "${libdir}/libmpeg2.so.*"
FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*" FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*"
FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \ FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \
+1 -1
View File
@@ -21,7 +21,7 @@ EXTRA_OECONF = "--disable-glibtest \
--enable-explicit-deps=no \ --enable-explicit-deps=no \
--disable-debug" --disable-debug"
FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*"
LIBV = "1.4.0" LIBV = "1.4.0"
@@ -12,7 +12,7 @@ S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gettext gconf inherit autotools pkgconfig gettext gconf
FILES_${PN} = "${bindir} ${sysconfdir}" FILES_${PN} = "${bindir}/* ${sysconfdir}"
do_install_append () { do_install_append () {
install -d ${D}/${sysconfdir}/X11/Xsession.d install -d ${D}/${sysconfdir}/X11/Xsession.d