diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb b/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb index 7438a10424..4c9b2fd75a 100644 --- a/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb +++ b/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Run postinstall scripts on device using awk" | 1 | DESCRIPTION = "Run postinstall scripts on device using awk" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | PR = "r8" | 3 | PR = "r9" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
@@ -24,6 +24,6 @@ do_install() { | |||
24 | install -d ${D}${sysconfdir}/init.d/ | 24 | install -d ${D}${sysconfdir}/init.d/ |
25 | install -m 0755 ${WORKDIR}/run-postinsts ${D}${sysconfdir}/init.d/ | 25 | install -m 0755 ${WORKDIR}/run-postinsts ${D}${sysconfdir}/init.d/ |
26 | 26 | ||
27 | install -d ${D}${datadir}/${PN}/ | 27 | install -d ${D}${datadir}/${BPN}/ |
28 | install -m 0644 ${WORKDIR}/run-postinsts.awk ${D}${datadir}/${PN}/ | 28 | install -m 0644 ${WORKDIR}/run-postinsts.awk ${D}${datadir}/${BPN}/ |
29 | } | 29 | } |