libart: fix staging install

The libart package had a couple of typos so it never really installed to
staging. So fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-06-16 16:17:23 -03:00 committed by Peter Korsgaard
parent 5fd095b374
commit b767b8d1ab
2 changed files with 3 additions and 4 deletions

View File

@ -14,8 +14,8 @@
luasocket, rings, wsapi, xavante
Updated/fixed packages: busybox, cdrkit, file, gawk,
gstreamer, intltool, ipsec-tools, iptables, libidn, lmbench,
netperf, openssl, php, qt, sqlite, tn5250, usbutils,
gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
lmbench, netperf, openssl, php, qt, sqlite, tn5250, usbutils,
xkeyboard-config
Removed packages: modutils

View File

@ -8,7 +8,6 @@ LIBART_VERSION = 2.3.20
LIBART_SOURCE = libart_lgpl-$(LIBART_VERSION).tar.gz
LIBART_SITE = http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/
LIBART_AUTORECONF = YES
LIBART_STAGING = YES
LIBART_TARGET = YES
LIBART_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,package,libart))