diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/rsnapshot | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/rsnapshot')
-rw-r--r-- | meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index a81d8d6cad..3cdf78200f 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/network" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "rsync \ | 9 | RDEPENDS:${PN} = "rsync \ |
10 | perl \ | 10 | perl \ |
11 | perl-module-dirhandle \ | 11 | perl-module-dirhandle \ |
12 | perl-module-cwd \ | 12 | perl-module-cwd \ |
@@ -48,7 +48,7 @@ EXTRA_OECONF += "--without-cp \ | |||
48 | 48 | ||
49 | # Create 't/include.ac' before starting the autoreconf to fix configure | 49 | # Create 't/include.ac' before starting the autoreconf to fix configure |
50 | # error: configure.ac:302: file 't/include.ac' does not exist | 50 | # error: configure.ac:302: file 't/include.ac' does not exist |
51 | do_configure_prepend(){ | 51 | do_configure:prepend(){ |
52 | saved_dir=`pwd` | 52 | saved_dir=`pwd` |
53 | cd ${S}; ./autogen.sh | 53 | cd ${S}; ./autogen.sh |
54 | cd ${saved_dir} | 54 | cd ${saved_dir} |