diff options
-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. |