aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gammu
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-08 12:29:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-08 12:29:18 +0000
commitb2d178844371bb2d413eb6aed1e83a89783d7d96 (patch)
treef24681464666831f287143a7d4983ee33cdb3333 /packages/gammu
parent9134c9ba3bd9d6b3151fc4e3c2a3ed0f844a22b6 (diff)
downloadopenembedded-b2d178844371bb2d413eb6aed1e83a89783d7d96.tar.gz
Add PACKAGES_DYNAMIC to the appropriate .bb files.
Diffstat (limited to 'packages/gammu')
-rw-r--r--packages/gammu/gammu_1.03.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gammu/gammu_1.03.0.bb b/packages/gammu/gammu_1.03.0.bb
index f68d308fc8..ac5ee676d5 100644
--- a/packages/gammu/gammu_1.03.0.bb
+++ b/packages/gammu/gammu_1.03.0.bb
@@ -69,6 +69,8 @@ PACKAGES =+ "libgammu"
FILES_${PN} = "${bindir}/gammu"
FILES_libgammu = "${libdir}/libGammu.so*"
+PACKAGES_DYNAMIC = "gammu-locale-*"
+
python populate_packages_prepend () {
help_dir = bb.data.expand('${datadir}/gammu/', d)