archiver.bbclass: rename to sysmocom-archiver

hfreyther/master-next
Henning Heinold 9 years ago committed by Holger Hans Peter Freyther
parent 0059948af3
commit 38b6c8ae0e

@ -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 "

@ -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 "

@ -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 "
Loading…
Cancel
Save