public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* sbuild migration help needed
@ 2022-07-22  9:16 Henning Schild
  2022-07-22 10:20 ` Uladzimir Bely
  2022-07-22 11:11 ` Uladzimir Bely
  0 siblings, 2 replies; 8+ messages in thread
From: Henning Schild @ 2022-07-22  9:16 UTC (permalink / raw)
  To: isar-users

Hi,

i have a recipe where i am building just a util from a bigger package,
so my S is somewhere inside WORKDIR and some headers are below S.

With sbuild that recipe stopped working, not finding those headers
anymore. I did not yet look into the details, but maybe only S get put
into that chroot and not all of WORKDIR.

Here is the recipe:

ifdtool_4.14.bb:
--
inherit dpkg

DESCRIPTION = "Tool for Fast, secure and flexible OpenSource firmware"

SRC_URI = "https://github.com/coreboot/coreboot/archive/${PV}.tar.gz"
SRC_URI[sha256sum] =
"73740c313935f21964577fd6621f9acaddf1244cc704e88046f854d93ed6feab"
SRC_URI += "file://Makefile-prefix.patch"

DEBIAN_DEPENDS = "\${misc:Depends}"

S = "${WORKDIR}/coreboot-${PV}/util/${PN}"

do_prepare_build[cleandirs] += "${S}/debian"
do_prepare_build() {
        deb_debianize
}
--

Henning

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-25  6:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  9:16 sbuild migration help needed Henning Schild
2022-07-22 10:20 ` Uladzimir Bely
2022-07-22 11:11 ` Uladzimir Bely
2022-07-22 13:08   ` Uladzimir Bely
2022-07-22 14:19     ` Henning Schild
2022-07-22 19:16       ` Henning Schild
2022-07-23  6:40         ` Uladzimir Bely
2022-07-25  6:47           ` Moessbauer, Felix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox