diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-25 19:50:28 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-25 19:50:28 +0000 |
commit | 68322f544d84f54b2ce186a3f773f7f163e45170 (patch) | |
tree | 3974ae9fd00b6e9f52615db4ec5334b35e7c1cd8 /packages/imlib2/imlib2_1.2.0.bb | |
parent | da53840b11fee21d8d5616a25c63f45f974805f9 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/25 13:50:27-06:00 ti.com!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/projects/oe/openembedded
2005/02/25 13:50:03-06:00 ti.com!kergoth
Apply patch to ipkg 0.99.144 to add a --with-ipkgdir configure option, then alter ipkg-native 0.99.144 to back up the target libdir before native is inherited, and pass that via the new configure option.
2005/02/25 19:44:49+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/02/25 13:11:56-06:00 ti.com!kergoth
Unbork the gcc-cross ipk file creation bits per the recent target path changes.
2005/02/25 19:44:33+01:00 (none)!koen
kbdd_cvs.bb:
bump kbdd up to 0.8
2005/02/25 19:36:14+01:00 (none)!koen
fix imlib_1.2.0 src_uri imlib 1.2.0 != imlib2 CVS HEAD
2005/02/25 19:11:34+01:00 (none)!koen
add familiar-0.8.2.conf
BKrev: 421f8184dARKYVBLLD9NqXg-CD8pmA
Diffstat (limited to 'packages/imlib2/imlib2_1.2.0.bb')
-rw-r--r-- | packages/imlib2/imlib2_1.2.0.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/imlib2/imlib2_1.2.0.bb b/packages/imlib2/imlib2_1.2.0.bb index c0d09f80d6..e4b82ba619 100644 --- a/packages/imlib2/imlib2_1.2.0.bb +++ b/packages/imlib2/imlib2_1.2.0.bb @@ -6,17 +6,14 @@ LICENSE = BSD SECTION = "e/libs" PRIORITY = "optional" DEPENDS = "freetype libpng jpeg" -PV = "1.2.0" -PR = "1" +PR = "2" do_prepsources () { make clean distclean || true } addtask prepsources after do_fetch before do_unpack -#SRC_URI = "file://./" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/imlib2" -S = "${WORKDIR}/imlib2" +SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/imlib2-1.2.0.tar.gz" inherit autotools pkgconfig binconfig |