From patchwork Fri Apr 27 06:34:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2,5/7] alsa-utils: use base_libdir for udev rules. Date: Fri, 27 Apr 2012 06:34:23 -0000 From: Lianhao Lu X-Patchwork-Id: 26505 Message-Id: <94e2c16d1d19f800c14e012b0fc24b8117944652.1335508325.git.lianhao.lu@intel.com> To: openembedded-core@lists.openembedded.org Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb index 597e8b6..c39cd11 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" DEPENDS = "alsa-lib ncurses libsamplerate0" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://ncursesfix.patch \ @@ -21,7 +21,9 @@ SRC_URI[sha256sum] = "2e676a2f634bbfe279b260e10a96f617cb72ee63c5bbf6c5f96bb61570 # http://bugs.openembedded.org/show_bug.cgi?id=2348 # please close bug and remove this comment when properly fixed # -EXTRA_OECONF = "--disable-xmlto" +EXTRA_OECONF = "--disable-xmlto \ + --with-udev-rules-dir=${base_libdir}/udev/rules.d \ + " EXTRA_OECONF_append_libc-uclibc = " --disable-nls" inherit autotools gettext