emacs: add --without-sound to fix building problems, fix FILES
authorJustin Patrin <papercrane@gmail.com>
Sun, 6 Aug 2006 03:24:05 +0000 (03:24 +0000)
committerJustin Patrin <papercrane@gmail.com>
Sun, 6 Aug 2006 03:24:05 +0000 (03:24 +0000)
packages/emacs/emacs-x11_cvs.bb
packages/emacs/emacs_cvs.bb

index 6286cea..8fdba95 100644 (file)
@@ -1,5 +1,5 @@
 require emacs_cvs.bb
 # full X (non-diet) is needed for X support
 DEPENDS += "libx11"
-EXTRA_OECONF = ""
+EXTRA_OECONF = "--without-sound"
 RREPLACES = "emacs"
index 7e59cb2..4e7255e 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS += "qemu-native"
 #NOTE: I have found that this only works with qemu-0.8.0. If I use 0.8.1 or 0.8.2
 # the build gets hung up on compiling certain .el files
 
-PR = "r6"
+PR = "r7"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -20,14 +20,15 @@ inherit autotools
 
 PACKAGES = "${PN}-el ${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
 
-FILES_emacs-el = "${datadir}/emacs/22.0.50/*/*.el.gz \
+FILES_${PN}-el = "${datadir}/emacs/22.0.50/*/*.el.gz \
                   ${datadir}/emacs/22.0.50/*/*/*.el.gz"
 
-QEMU = "qemu-arm -L ${STAGING_DIR}/${TARGET_SYS}"
+FILES_${PN} += "${datadir}/emacs"
 
+QEMU = "qemu-arm -L ${STAGING_DIR}/${TARGET_SYS}"
 LDFLAGS += "-L${CROSS_DIR}/${TARGET_SYS}/lib"
 
-EXTRA_OECONF = "--without-x"
+EXTRA_OECONF = "--without-sound --without-x"
 
 do_bootstrap() {
     cp "${CROSS_DIR}/${TARGET_SYS}/lib/libgcc_s.so.1" "${S}"