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:06:44 +0000 |
commit | e7635fd385313b1457811706b369d32710174c3c (patch) | |
tree | a7563d1a8373d6e30fbbeebc8130d5f3fb7b3ac9 /meta | |
parent | 1d30280d1f40e5c4077ae56a9a60b5d210edf9bb (diff) | |
download | openembedded-core-e7635fd385313b1457811706b369d32710174c3c.tar.gz openembedded-core-e7635fd385313b1457811706b369d32710174c3c.tar.bz2 openembedded-core-e7635fd385313b1457811706b369d32710174c3c.zip |
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.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 \ SRC_URI[md5sum] = "13b5c214cee8373464d3d65dee362cdd" SRC_URI[sha256sum] = "fa2d64aac1f77e31dfbb270aeb08f5b32e27036a52ad15e69a77e309528010dc" -CLEANBROKEN = "1" +PR = "r1" -inherit autotools-brokensep gettext +inherit autotools gettext EXTRA_OECONF = "--disable-oggtest \ --with-ogg-libraries=${STAGING_LIBDIR} \ |