diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /liba52 | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'liba52')
-rw-r--r-- | liba52/liba52_0.7.4.bb | 0 | ||||
-rw-r--r-- | liba52/liba52_0.7.4.oe | 30 |
2 files changed, 0 insertions, 30 deletions
diff --git a/liba52/liba52_0.7.4.bb b/liba52/liba52_0.7.4.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/liba52/liba52_0.7.4.bb diff --git a/liba52/liba52_0.7.4.oe b/liba52/liba52_0.7.4.oe deleted file mode 100644 index ca4a586323..0000000000 --- a/liba52/liba52_0.7.4.oe +++ /dev/null @@ -1,30 +0,0 @@ -LICENSE = GPL - -DESCRIPTION = "Library for reading some sort of media format." -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "" - -inherit autotools - -SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz" -S="${WORKDIR}/a52dec-${PV}" - -EXTRA_OECONF = " --enable-shared " - -PACKAGES = "${PN} ${PN}-dev a52dec a52dec-doc" - -FILES_${PN} = " /usr/lib/liba52.so.0 /usr/lib/liba52.so.0.0.0 " -FILES_${PN}-dev = " /usr/include/a52dec/*.h /usr/lib/liba52.so /usr/lib/liba52.la /usr/lib/liba52.a " -FILES_a52dec = " /usr/bin/* " -FILES_a52dec-doc = " /usr/share/man/man1/* " - -do_stage() { - oe_libinstall -a -so -C liba52 liba52 ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/a52dec - install -m 0644 ${S}/include/a52.h ${STAGING_INCDIR}/a52dec/a52.h - install -m 0644 ${S}/include/attributes.h ${STAGING_INCDIR}/a52dec/attributes.h - install -m 0644 ${S}/include/audio_out.h ${STAGING_INCDIR}/a52dec/audio_out.h - install -m 0644 ${S}/include/mm_accel.h ${STAGING_INCDIR}/a52dec/mm_accel.h -} |