diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-15 09:46:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-15 09:46:16 +0000 |
commit | 6fa80cb0bfdea71e52f22fff010fb7691bea5af4 (patch) | |
tree | bbf294be61619e12cb43f7877a2f68a504002c90 /openembedded/packages/libgtkstylus | |
parent | 25c3c69bc77fbfca5c1162e264dcf1d2970df5d4 (diff) | |
download | openembedded-core-6fa80cb0bfdea71e52f22fff010fb7691bea5af4.tar.gz openembedded-core-6fa80cb0bfdea71e52f22fff010fb7691bea5af4.tar.bz2 openembedded-core-6fa80cb0bfdea71e52f22fff010fb7691bea5af4.tar.xz openembedded-core-6fa80cb0bfdea71e52f22fff010fb7691bea5af4.zip |
libgtkstylus: correct SCR_URI
git-svn-id: https://svn.o-hand.com/repos/poky@22 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libgtkstylus')
-rw-r--r-- | openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb b/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb index ce4a1e6e1..578ac7f2a 100644 --- a/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb +++ b/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb @@ -7,7 +7,7 @@ FILES_${PN} = "/etc ${libdir}/gtk-2.0" inherit autotools -SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.bz2 \ +SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz \ file://gtkstylus.sh" do_install_append() { |