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:25 +0000 |
commit | ec65748f5ad45cf6fdbb7dc6d3a769fcdfd30fff (patch) | |
tree | 4a83a24139d437b2f275590923ea4d799d2b0242 /meta | |
parent | e340a37bfd8810478a868cdf77b2111c87375253 (diff) | |
download | poky-ec65748f5ad45cf6fdbb7dc6d3a769fcdfd30fff.tar.gz |
flac: separate B and S
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
Remove the CLEANBROKEN.
(From OE-Core rev: e7635fd385313b1457811706b369d32710174c3c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/flac/flac_1.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/flac/flac_1.3.0.bb b/meta/recipes-multimedia/flac/flac_1.3.0.bb index cf786a473d..ba9b62822c 100644 --- a/meta/recipes-multimedia/flac/flac_1.3.0.bb +++ b/meta/recipes-multimedia/flac/flac_1.3.0.bb | |||
@@ -21,9 +21,9 @@ SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz \ | |||
21 | SRC_URI[md5sum] = "13b5c214cee8373464d3d65dee362cdd" | 21 | SRC_URI[md5sum] = "13b5c214cee8373464d3d65dee362cdd" |
22 | SRC_URI[sha256sum] = "fa2d64aac1f77e31dfbb270aeb08f5b32e27036a52ad15e69a77e309528010dc" | 22 | SRC_URI[sha256sum] = "fa2d64aac1f77e31dfbb270aeb08f5b32e27036a52ad15e69a77e309528010dc" |
23 | 23 | ||
24 | CLEANBROKEN = "1" | 24 | PR = "r1" |
25 | 25 | ||
26 | inherit autotools-brokensep gettext | 26 | inherit autotools gettext |
27 | 27 | ||
28 | EXTRA_OECONF = "--disable-oggtest \ | 28 | EXTRA_OECONF = "--disable-oggtest \ |
29 | --with-ogg-libraries=${STAGING_LIBDIR} \ | 29 | --with-ogg-libraries=${STAGING_LIBDIR} \ |