diff options
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/gnulib/gnulib_202401.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/snapper/snapper_0.11.2.bb | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/gnulib/gnulib_202401.bb b/meta-oe/recipes-support/gnulib/gnulib_202401.bb index 41675d358..8f70cd7a0 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_202401.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_202401.bb | |||
@@ -32,6 +32,5 @@ do_packagedata[noexec] = "1" | |||
32 | deltask package_write_ipk | 32 | deltask package_write_ipk |
33 | deltask package_write_deb | 33 | deltask package_write_deb |
34 | deltask package_write_rpm | 34 | deltask package_write_rpm |
35 | deltask do_deploy_archives | ||
36 | 35 | ||
37 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb index 840c60730..d8987eead 100644 --- a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb +++ b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb | |||
@@ -30,12 +30,12 @@ export RMBIN = "${bindir}/rm" | |||
30 | export TOUCHBIN = "${bindir}/touch" | 30 | export TOUCHBIN = "${bindir}/touch" |
31 | export CPBIN = "${bindir}/cp" | 31 | export CPBIN = "${bindir}/cp" |
32 | 32 | ||
33 | |||
34 | do_install:append() { | 33 | do_install:append() { |
35 | install -d ${D}${sysconfdir}/sysconfig | 34 | install -d ${D}${sysconfdir}/sysconfig |
36 | install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper | 35 | install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper |
37 | } | 36 | } |
38 | 37 | ||
39 | FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" | 38 | FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}" |
39 | |||
40 | # bash is needed for the testsuite | 40 | # bash is needed for the testsuite |
41 | RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" | 41 | RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" |