mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
epiphany: Fix build when S != B
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-f
|
|||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
touch ${S}/gnome-doc-utils.make
|
touch ${S}/gnome-doc-utils.make
|
||||||
sed -i -e s:help::g Makefile.am
|
sed -i -e s:help::g ${S}/Makefile.am
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
|
FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user