|
@@ -384,6 +384,10 @@ endef
|
|
|
|
|
|
define inner-generic-package
|
|
define inner-generic-package
|
|
|
|
|
|
|
|
+# When doing a package, we're definitely not doing a rootfs, but we
|
|
|
|
+# may inherit it via the dependency chain, so we reset it.
|
|
|
|
+$(1): ROOTFS=
|
|
|
|
+
|
|
# Ensure the package is only declared once, i.e. do not accept that a
|
|
# Ensure the package is only declared once, i.e. do not accept that a
|
|
# package be re-defined by a br2-external tree
|
|
# package be re-defined by a br2-external tree
|
|
ifneq ($(call strip,$(filter $(1),$(PACKAGES_ALL))),)
|
|
ifneq ($(call strip,$(filter $(1),$(PACKAGES_ALL))),)
|