From 7eed5381f2995a43f815c56302dac7350d15aa72 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 19 Jul 2008 13:42:56 +0000 Subject: [PATCH] bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime dependency variables (from poky) --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index b5b25407c3..e91fecac30 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -160,6 +160,7 @@ RPROVIDES = "" MULTI_PROVIDER_WHITELIST = "virtual/libintl" PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" +PACKAGES_DYNAMIC = "${PN}-locale-*" FILES = "" FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ -- 2.39.5