diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-03 11:52:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-03 11:52:24 +0000 |
commit | 5f249978e2a632d3f96cef1093fd3214d12c2fb0 (patch) | |
tree | dfeb483c213266ee40f161ea87be02e401410290 /meta/packages | |
parent | d360aa0957c04871d0dadff5957bd177e167574b (diff) | |
download | poky-5f249978e2a632d3f96cef1093fd3214d12c2fb0.tar.gz |
libtool: Create common .inc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3664 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/libtool/libtool-cross_1.5.10.bb | 2 | ||||
-rw-r--r-- | meta/packages/libtool/libtool-native_1.5.10.bb | 2 | ||||
-rw-r--r-- | meta/packages/libtool/libtool.inc | 8 | ||||
-rw-r--r-- | meta/packages/libtool/libtool_1.5.10.bb | 9 |
4 files changed, 12 insertions, 9 deletions
diff --git a/meta/packages/libtool/libtool-cross_1.5.10.bb b/meta/packages/libtool/libtool-cross_1.5.10.bb index 5f15c56a97..8572cc0381 100644 --- a/meta/packages/libtool/libtool-cross_1.5.10.bb +++ b/meta/packages/libtool/libtool-cross_1.5.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SECTION = "devel" | 1 | require libtool.inc |
2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
3 | 3 | ||
4 | PR = "r9" | 4 | PR = "r9" |
diff --git a/meta/packages/libtool/libtool-native_1.5.10.bb b/meta/packages/libtool/libtool-native_1.5.10.bb index ce5c16aac9..946b045532 100644 --- a/meta/packages/libtool/libtool-native_1.5.10.bb +++ b/meta/packages/libtool/libtool-native_1.5.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SECTION = "devel" | 1 | require libtool.inc |
2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
3 | 3 | ||
4 | PR = "r9" | 4 | PR = "r9" |
diff --git a/meta/packages/libtool/libtool.inc b/meta/packages/libtool/libtool.inc new file mode 100644 index 0000000000..db86d15ba4 --- /dev/null +++ b/meta/packages/libtool/libtool.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | DESCRIPTION = "Generic library support script \ | ||
2 | This is GNU libtool, a generic library support script. Libtool hides \ | ||
3 | the complexity of generating special library types (such as shared \ | ||
4 | libraries) behind a consistent interface." | ||
5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | ||
6 | LICENSE = "GPL" | ||
7 | SECTION = "devel" | ||
8 | |||
diff --git a/meta/packages/libtool/libtool_1.5.10.bb b/meta/packages/libtool/libtool_1.5.10.bb index 35cebfa5c2..5419450c7d 100644 --- a/meta/packages/libtool/libtool_1.5.10.bb +++ b/meta/packages/libtool/libtool_1.5.10.bb | |||
@@ -1,10 +1,5 @@ | |||
1 | DESCRIPTION = "Generic library support script \ | 1 | require libtool.inc |
2 | This is GNU libtool, a generic library support script. Libtool hides \ | 2 | |
3 | the complexity of generating special library types (such as shared \ | ||
4 | libraries) behind a consistent interface." | ||
5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | ||
6 | LICENSE = "GPL" | ||
7 | SECTION = "devel" | ||
8 | PR = "r5" | 3 | PR = "r5" |
9 | 4 | ||
10 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | 5 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ |