archiver.bbclass: rename to sysmocom-archiver

This commit is contained in:
Henning Heinold 2014-05-20 19:25:45 +02:00 committed by Holger Hans Peter Freyther
parent 0059948af3
commit 38b6c8ae0e
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# and creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to xxx.diff.gz.
# All archived packages will be deployed in ${DEPLOY_DIR}/sources
inherit archiver
inherit sysmocom-archiver
# Get archiving package with configured sources including patches
do_configure[postfuncs] += "do_archive_configured_sources "

View File

@ -2,7 +2,7 @@
# creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to xxx.diff.gz.
# All archived packages will be deployed in ${DEPLOY_DIR}/sources
inherit archiver
inherit sysmocom-archiver
# Get original sources archiving package with patches
do_unpack[postfuncs] += "do_archive_original_sources_patches "

View File

@ -2,7 +2,7 @@
# creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to xxx.diff.gz.
# All archived packages will be deployed in ${DEPLOY_DIR}/sources
inherit archiver
inherit sysmocom-archiver
# Get archiving package with patched sources including patches
do_patch[postfuncs] += "do_archive_patched_sources "