diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:27 +0000 |
commit | 84a76b28eafe6cbca79beea60909f10008db47fc (patch) | |
tree | e394579a89ba979459c8f32cdb43820a7e519dd5 /meta/recipes-multimedia | |
parent | 15ce397ab5eba168ffb69c79f5573091e1d2ffbe (diff) | |
download | poky-84a76b28eafe6cbca79beea60909f10008db47fc.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.28.bb | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.28.bb index 968c81ee2b..2d49cc5622 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.28.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.28.bb | |||
@@ -13,5 +13,5 @@ S = "${WORKDIR}/alsa-utils-${PV}" | |||
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | install -d ${D}${sbindir} | 15 | install -d ${D}${sbindir} |
16 | install -m 0755 ${S}/alsaconf/alsaconf ${D}${sbindir}/ | 16 | install -m 0755 ${B}/alsaconf/alsaconf ${D}${sbindir}/ |
17 | } | 17 | } |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb index 5f35d76a6e..ac5512a7df 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb | |||
@@ -25,7 +25,9 @@ SRC_URI[sha256sum] = "f3ff4c89b0125a7797b1b13cd094cc92276e655458274967386e812d03 | |||
25 | # | 25 | # |
26 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" | 26 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" |
27 | 27 | ||
28 | inherit autotools-brokensep gettext pkgconfig | 28 | PR = "r1" |
29 | |||
30 | inherit autotools gettext pkgconfig | ||
29 | 31 | ||
30 | # This are all packages that we need to make. Also, the now empty alsa-utils | 32 | # This are all packages that we need to make. Also, the now empty alsa-utils |
31 | # ipk depends on them. | 33 | # ipk depends on them. |