diff options
Diffstat (limited to 'recipes/libtool/libtool.inc')
-rw-r--r-- | recipes/libtool/libtool.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libtool/libtool.inc b/recipes/libtool/libtool.inc new file mode 100644 index 0000000000..197612910a --- /dev/null +++ b/recipes/libtool/libtool.inc @@ -0,0 +1,9 @@ +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" + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" |