alsa-utils: fix B != S

And bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first

(From OE-Core rev: af92ac8ef84a689a9c22dce6b06e5e813dce88dc)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-01-12 19:08:51 -08:00 committed by Richard Purdie
parent 15ce397ab5
commit 84a76b28ea
2 changed files with 4 additions and 2 deletions

View File

@ -13,5 +13,5 @@ S = "${WORKDIR}/alsa-utils-${PV}"
do_install() {
install -d ${D}${sbindir}
install -m 0755 ${S}/alsaconf/alsaconf ${D}${sbindir}/
install -m 0755 ${B}/alsaconf/alsaconf ${D}${sbindir}/
}

View File

@ -25,7 +25,9 @@ SRC_URI[sha256sum] = "f3ff4c89b0125a7797b1b13cd094cc92276e655458274967386e812d03
#
EXTRA_OECONF_append_libc-uclibc = " --disable-nls"
inherit autotools-brokensep gettext pkgconfig
PR = "r1"
inherit autotools gettext pkgconfig
# This are all packages that we need to make. Also, the now empty alsa-utils
# ipk depends on them.