diff options
author | Koen Kooi <koen@openembedded.org> | 2005-04-28 17:08:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-04-28 17:08:48 +0000 |
commit | d9019104a2f9c538474635d1bf5f663740868db5 (patch) | |
tree | bece12f0d63c9e9f2de85fde47d0a2b3f0c52026 /packages | |
parent | f1c66bc3593f8622090ac90b781027f2583cd08f (diff) |
libxine_1.0.bb: inherit binconfig
BKrev: 427118a0yghFjYnwW1tClR2dBXzs0Q
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libxine/libxine_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libxine/libxine_1.0.bb b/packages/libxine/libxine_1.0.bb index 92cc8dde0c..26e17fe688 100644 --- a/packages/libxine/libxine_1.0.bb +++ b/packages/libxine/libxine_1.0.bb @@ -6,9 +6,9 @@ PRIORITY = "optional" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" DEPENDS = "zlib libogg libvorbis tremor libmad esound-gpe" PROVIDES = "virtual/libxine" -PR = "r4" +PR = "r5" -inherit autotools pkgconfig gettext +inherit autotools pkgconfig gettext binconfig S = "${WORKDIR}/xine-lib-${PV}" |