diff options
Diffstat (limited to 'meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb index 3f9d49a2d2..430b53c4d0 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb | |||
| @@ -14,17 +14,17 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 14 | 14 | ||
| 15 | do_install() { | 15 | do_install() { |
| 16 | install -d ${D}${bindir} | 16 | install -d ${D}${bindir} |
| 17 | install -m 0755 ${WORKDIR}/android-gadget-setup ${D}${bindir} | 17 | install -m 0755 ${UNPACKDIR}/android-gadget-setup ${D}${bindir} |
| 18 | install -m 0755 ${WORKDIR}/android-gadget-start ${D}${bindir} | 18 | install -m 0755 ${UNPACKDIR}/android-gadget-start ${D}${bindir} |
| 19 | install -m 0755 ${WORKDIR}/android-gadget-cleanup ${D}${bindir} | 19 | install -m 0755 ${UNPACKDIR}/android-gadget-cleanup ${D}${bindir} |
| 20 | 20 | ||
| 21 | if [ -r ${WORKDIR}/android-gadget-setup.machine ] ; then | 21 | if [ -r ${UNPACKDIR}/android-gadget-setup.machine ] ; then |
| 22 | install -d ${D}${sysconfdir} | 22 | install -d ${D}${sysconfdir} |
| 23 | install -m 0644 ${WORKDIR}/android-gadget-setup.machine ${D}${sysconfdir} | 23 | install -m 0644 ${UNPACKDIR}/android-gadget-setup.machine ${D}${sysconfdir} |
| 24 | fi | 24 | fi |
| 25 | 25 | ||
| 26 | install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d | 26 | install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d |
| 27 | install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d | 27 | install -m 0644 ${UNPACKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | FILES:${PN} += " \ | 30 | FILES:${PN} += " \ |
