diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-31 19:58:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-31 19:58:43 +0000 |
commit | b31d3105840e0817779b00cfd47693e16d05f57b (patch) | |
tree | 4db3c1a71276de282a5a4ad70a5f519387a3e2f1 /meta | |
parent | 5bc44c708b5bff662256300e6defbf0fec659788 (diff) | |
download | poky-b31d3105840e0817779b00cfd47693e16d05f57b.tar.gz |
binutils: Simplify PACKAGES in old binutils versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3653 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/binutils/binutils_2.15.94.0.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/binutils/binutils_2.16.91.0.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/binutils/binutils_2.15.94.0.1.bb b/meta/packages/binutils/binutils_2.15.94.0.1.bb index 9aa1b050d3..ef9731ccd6 100644 --- a/meta/packages/binutils/binutils_2.15.94.0.1.bb +++ b/meta/packages/binutils/binutils_2.15.94.0.1.bb | |||
@@ -6,7 +6,7 @@ PR = "r3" | |||
6 | 6 | ||
7 | inherit autotools gettext | 7 | inherit autotools gettext |
8 | 8 | ||
9 | PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" | 9 | PACKAGES += "${PN}-symlinks" |
10 | 10 | ||
11 | FILES_${PN} = " \ | 11 | FILES_${PN} = " \ |
12 | ${bindir}/${TARGET_PREFIX}* \ | 12 | ${bindir}/${TARGET_PREFIX}* \ |
diff --git a/meta/packages/binutils/binutils_2.16.91.0.7.bb b/meta/packages/binutils/binutils_2.16.91.0.7.bb index 664fce8cb7..8a6c3f5e16 100644 --- a/meta/packages/binutils/binutils_2.16.91.0.7.bb +++ b/meta/packages/binutils/binutils_2.16.91.0.7.bb | |||
@@ -6,7 +6,7 @@ DEFAULT_PREFERENCE = "-1" | |||
6 | 6 | ||
7 | inherit autotools gettext | 7 | inherit autotools gettext |
8 | 8 | ||
9 | PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" | 9 | PACKAGES += "${PN}-symlinks" |
10 | 10 | ||
11 | FILES_${PN} = " \ | 11 | FILES_${PN} = " \ |
12 | ${bindir}/${TARGET_PREFIX}* \ | 12 | ${bindir}/${TARGET_PREFIX}* \ |