]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool: Create common .inc file
authorRichard Purdie <richard@openedhand.com>
Sun, 3 Feb 2008 11:52:24 +0000 (11:52 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 3 Feb 2008 11:52:24 +0000 (11:52 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3664 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libtool/libtool-cross_1.5.10.bb
meta/packages/libtool/libtool-native_1.5.10.bb
meta/packages/libtool/libtool.inc [new file with mode: 0644]
meta/packages/libtool/libtool_1.5.10.bb

index 5f15c56a97ee863fc8a3d8b6ff10b449fd7bd992..8572cc038192de4c5be34acb8691d4022a83b2b2 100644 (file)
@@ -1,4 +1,4 @@
-SECTION = "devel"
+require libtool.inc
 require libtool_${PV}.bb
 
 PR = "r9"
index ce5c16aac924b6f9ac69fdc3855242ee4675a190..946b04553267130f39ebdd464bcca14b4dfff554 100644 (file)
@@ -1,4 +1,4 @@
-SECTION = "devel"
+require libtool.inc
 require libtool_${PV}.bb
 
 PR = "r9"
diff --git a/meta/packages/libtool/libtool.inc b/meta/packages/libtool/libtool.inc
new file mode 100644 (file)
index 0000000..db86d15
--- /dev/null
@@ -0,0 +1,8 @@
+DESCRIPTION = "Generic library support script \
+This is GNU libtool, a generic library support script.  Libtool hides \
+the complexity of generating special library types (such as shared \
+libraries) behind a consistent interface."
+HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
+LICENSE = "GPL"
+SECTION = "devel"
+
index 35cebfa5c230f57f8a07b84be8c862ac4d0f7c16..5419450c7d8c35f09e8e225e2032c89150517b2a 100644 (file)
@@ -1,10 +1,5 @@
-DESCRIPTION = "Generic library support script \
-This is GNU libtool, a generic library support script.  Libtool hides \
-the complexity of generating special library types (such as shared \
-libraries) behind a consistent interface."
-HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
-LICENSE = "GPL"
-SECTION = "devel"
+require libtool.inc
+
 PR = "r5"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \