diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-22 15:06:27 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-22 15:06:27 +0000 |
commit | fe3e623c96494cc029acf54e0447f6784467425d (patch) | |
tree | 0d549f291c007ed2f8e31d61482ff8f3363ae233 /meta | |
parent | 98f3b8b8504bd64d1d21d6e2a8cef86baf92b06b (diff) | |
download | poky-fe3e623c96494cc029acf54e0447f6784467425d.tar.gz |
Don't ship .so files in the main package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1190 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/hal/hal_0.5.8.1.bb | 4 | ||||
-rw-r--r-- | meta/packages/hal/hal_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/hal/hal_0.5.8.1.bb b/meta/packages/hal/hal_0.5.8.1.bb index 46a97e3999..3a6aee8d09 100644 --- a/meta/packages/hal/hal_0.5.8.1.bb +++ b/meta/packages/hal/hal_0.5.8.1.bb | |||
@@ -75,8 +75,8 @@ FILES_${PN} = "${sysconfdir} \ | |||
75 | ${bindir}/hal-get-property \ | 75 | ${bindir}/hal-get-property \ |
76 | ${bindir}/hal-set-property \ | 76 | ${bindir}/hal-set-property \ |
77 | ${sbindir} \ | 77 | ${sbindir} \ |
78 | ${libdir}/libhal.so* \ | 78 | ${libdir}/libhal.so.* \ |
79 | ${libdir}/libhal-storage.so* \ | 79 | ${libdir}/libhal-storage.so.* \ |
80 | ${libdir}/hal \ | 80 | ${libdir}/hal \ |
81 | ${libexecdir} \ | 81 | ${libexecdir} \ |
82 | ${datadir}/hal/fdi \ | 82 | ${datadir}/hal/fdi \ |
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb index ffd76f495c..2c737f92ff 100644 --- a/meta/packages/hal/hal_git.bb +++ b/meta/packages/hal/hal_git.bb | |||
@@ -74,8 +74,8 @@ FILES_${PN} = "${sysconfdir} \ | |||
74 | ${bindir}/hal-get-property \ | 74 | ${bindir}/hal-get-property \ |
75 | ${bindir}/hal-set-property \ | 75 | ${bindir}/hal-set-property \ |
76 | ${sbindir} \ | 76 | ${sbindir} \ |
77 | ${libdir}/libhal.so* \ | 77 | ${libdir}/libhal.so.* \ |
78 | ${libdir}/libhal-storage.so* \ | 78 | ${libdir}/libhal-storage.so.* \ |
79 | ${libdir}/hal \ | 79 | ${libdir}/hal \ |
80 | ${libexecdir} \ | 80 | ${libexecdir} \ |
81 | ${datadir}/hal/fdi \ | 81 | ${datadir}/hal/fdi \ |