diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-03 12:23:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-03 12:23:23 +0000 |
commit | c77477758e2f8c81b19021f5bd9325911eaec6be (patch) | |
tree | 19dd70fd07320ad5f92cc84b94072b3511c5a2a1 /meta/packages/xorg-lib/libfontenc-native_1.0.4.bb | |
parent | f836b3b32d8ff35beaf56e1cdd21a2c8cf9dd34e (diff) | |
download | poky-c77477758e2f8c81b19021f5bd9325911eaec6be.tar.gz |
libfontenc-native: fixed SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2088 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libfontenc-native_1.0.4.bb')
-rw-r--r-- | meta/packages/xorg-lib/libfontenc-native_1.0.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb b/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb index 5e805129ec..9135244ab7 100644 --- a/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb +++ b/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | require xorg-lib-common.inc | ||
1 | DESCRIPTION = "X libfontenc library (used by libxfont)." | 2 | DESCRIPTION = "X libfontenc library (used by libxfont)." |
2 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
@@ -7,7 +8,7 @@ DEPENDS = "zlib-native xproto-native" | |||
7 | 8 | ||
8 | PE = "1" | 9 | PE = "1" |
9 | 10 | ||
10 | SRC_URI = "${XORG_MIRROR}/X11R7.1/src/lib/libfontenc-${PV}.tar.bz2" | 11 | XORG_PN = "libfontenc" |
11 | S = "${WORKDIR}/libfontenc-${PV}" | 12 | S = "${WORKDIR}/libfontenc-${PV}" |
12 | 13 | ||
13 | inherit native autotools pkgconfig | 14 | inherit native autotools pkgconfig |