diff options
Diffstat (limited to 'meta-oe/recipes-bsp/firmwared/firmwared_git.bb')
-rw-r--r-- | meta-oe/recipes-bsp/firmwared/firmwared_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb index 0a041835e1..1542ee73d1 100644 --- a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb +++ b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb | |||
@@ -13,7 +13,9 @@ SRC_URI = "git://github.com/teg/firmwared.git;branch=master;protocol=https \ | |||
13 | PV = "0+git" | 13 | PV = "0+git" |
14 | SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" | 14 | SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | # Upstream repo does not tag |
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
17 | 19 | ||
18 | DEPENDS = "glib-2.0 systemd" | 20 | DEPENDS = "glib-2.0 systemd" |
19 | 21 | ||
@@ -29,6 +31,6 @@ do_configure:prepend() { | |||
29 | 31 | ||
30 | do_install:append() { | 32 | do_install:append() { |
31 | install -d ${D}${systemd_system_unitdir} | 33 | install -d ${D}${systemd_system_unitdir} |
32 | install -m 0644 ${WORKDIR}/firmwared.service ${D}${systemd_system_unitdir} | 34 | install -m 0644 ${UNPACKDIR}/firmwared.service ${D}${systemd_system_unitdir} |
33 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_system_unitdir}/firmwared.service | 35 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_system_unitdir}/firmwared.service |
34 | } | 36 | } |