diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:26:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 11:45:25 +0100 |
commit | 8ba5fcb5232bd79d67657218b9d1b3a10bf56b08 (patch) | |
tree | 7729e8249dd205d2aa5bf0ae0078e49b1abffa71 /meta/recipes-gnome/epiphany | |
parent | 70e39d11bffd3fa2bb143ea640e470c9da6748ba (diff) | |
download | openembedded-core-8ba5fcb5232bd79d67657218b9d1b3a10bf56b08.tar.gz openembedded-core-8ba5fcb5232bd79d67657218b9d1b3a10bf56b08.tar.bz2 openembedded-core-8ba5fcb5232bd79d67657218b9d1b3a10bf56b08.zip |
gnome-doc-utils: remove recipe
Nothing in oe-core actually requires it.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.18.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.18.4.bb b/meta/recipes-gnome/epiphany/epiphany_3.18.4.bb index 869569c517..f0582acd6d 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.18.4.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.18.4.bb @@ -16,7 +16,6 @@ SRC_URI[archive.sha256sum] = "be699d484371111abae754e669187215df73e21533f461e513 EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO}" do_configure_prepend() { - touch ${S}/gnome-doc-utils.make sed -i -e s:help::g ${S}/Makefile.am } |