Commit 87a18e87 authored by Florent Revest's avatar Florent Revest

Make android-init and lipstick device specific so that they can be built for...

Make android-init and lipstick device specific so that they can be built for all the watches in a single build tree
parent 4317d311
......@@ -6,6 +6,8 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
S = "${WORKDIR}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
do_install() {
install -m 0644 ${WORKDIR}/init.rc ${D}/init.rc
......
......@@ -11,6 +11,8 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS += "qtbase qtsensors qtdeclarative qtwayland mlite dbus dbus-glib libresourceqt qtsystems libngf-qt statefs-qt mce usb-moded-qt5 systemd wayland qt5-qpa-hwcomposer-plugin qmsystem nemo-keepalive qttools-native"
RDEPENDS_${PN} += "qt5-qpa-hwcomposer-plugin ${PN}-locale"
# qt5-qpa-hwcomposer-plugin isn't detected to be needed at runtime by OpenEmbedded
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment