git-build-recipe error "No control file to take the package name from" when building linux kernel
Bug #1541099 reported by
Martin Schläffer
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-build-recipe |
New
|
Undecided
|
Unassigned |
Bug Description
Exact error message:
"git-build-recipe: error: No control file to take the package name from, and --package not specified."
when building a recipe containing a Ubuntu linux kernel source package:
https:/
I guess the recipe is looking for a "debian/control" file while there are debian/
To post a comment you must log in.
linux doesn't use normal packaging repositories, so it's not really clear how we can support it. We might have to permit the "run" command in recipes to allow the necessary transformative steps to take place.