diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-30 15:27:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-30 15:27:02 +0000 |
commit | 4e1f5e72471e71d246be427a6e1b92487a412fdb (patch) | |
tree | 589170a29e0e27ebe6a6dea76dba7d49ff81ad1b /meta-extras | |
parent | 08aabf7128532549d7e99f21106f855adb8fb6a1 (diff) | |
download | poky-4e1f5e72471e71d246be427a6e1b92487a412fdb.tar.gz |
libid3tag: Ramove from meta-extras as in extras now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1829 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/libid3tag/libid3tag_0.15.0b.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-extras/packages/libid3tag/libid3tag_0.15.0b.bb b/meta-extras/packages/libid3tag/libid3tag_0.15.0b.bb deleted file mode 100644 index 840c7f8ae7..0000000000 --- a/meta-extras/packages/libid3tag/libid3tag_0.15.0b.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SECTION = "libs" | ||
2 | PRIORITY = "optional" | ||
3 | DEPENDS = "zlib" | ||
4 | DESCRIPTION = "Library for interacting with ID3 tags." | ||
5 | LICENSE = "GPL" | ||
6 | PR = "r2" | ||
7 | |||
8 | SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz " | ||
9 | S = "${WORKDIR}/libid3tag-${PV}" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | EXTRA_OECONF = "-enable-speed" | ||
14 | |||
15 | do_stage() { | ||
16 | oe_libinstall -so libid3tag ${STAGING_LIBDIR} | ||
17 | install -m 0644 id3tag.h ${STAGING_INCDIR} | ||
18 | } | ||