X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-config%2Funicens-config%2Funicens-config.bb;h=4dd20748fa3e13e979e24741f8fc5bdecd200dea;hb=cacd748d8ff65621a88bd35199414423392e0f4c;hp=706b2c87e5c79cdcd86a5d0c3966c232c58529c6;hpb=9e152228f5948acb12c201a873d0581691a9fa74;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-config/unicens-config/unicens-config.bb b/recipes-config/unicens-config/unicens-config.bb index 706b2c87e..4dd20748f 100644 --- a/recipes-config/unicens-config/unicens-config.bb +++ b/recipes-config/unicens-config/unicens-config.bb @@ -2,28 +2,30 @@ DESCRIPTION = "Configure MOST driver" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +RDEPENDS_${PN} = "bash" + SRC_URI = "\ file://unicens-config.service \ file://unicens-config.sh \ + file://55-inic.rules \ " + inherit systemd SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE_${PN} = "unicens-config.service" SYSTEMD_AUTO_ENABLE_${PN} = "enable" -do_configure () { -} - -do_compile() { -} +do_configure[noexec] = "1" +do_compile[noexec] = "1" do_install() { install -d ${D}${systemd_system_unitdir} install -m 0644 ${WORKDIR}/unicens-config.service ${D}${systemd_system_unitdir} install -d ${D}${bindir} install -m 0755 ${WORKDIR}/unicens-config.sh ${D}${bindir} + install -D -m 0644 ${WORKDIR}/55-inic.rules ${D}${sysconfdir}/udev/rules.d/55-inic.rules } FILES_${PN} += "${systemd_system_unitdir}"