]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-utils: fix B != S
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Jan 2015 03:08:51 +0000 (19:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:45 +0000 (23:06 +0000)
And bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.28.bb
meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb

index 968c81ee2b5bf804d2831b8e9d75a33324c4b64b..2d49cc5622b910286ab00a10a13f359b451c00ab 100644 (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}/
 }
index 5f35d76a6e35b9d01b90c64ff286d2b08cf83be2..ac5512a7df89fedcca6dce8a52c31d0a57ea86c3 100644 (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.