diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 10:56:42 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-18 18:02:07 +0200 |
commit | c0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch) | |
tree | cfeff92229e10bf27533dc5309e42213e5bdee8f /packages/fontconfig | |
parent | e769c7fbe16294b2c5306edfafa1ec821b7b138c (diff) |
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
Diffstat (limited to 'packages/fontconfig')
-rw-r--r-- | packages/fontconfig/fontconfig_2.2.95.bb | 2 | ||||
-rw-r--r-- | packages/fontconfig/fontconfig_2.3.91.bb | 2 | ||||
-rw-r--r-- | packages/fontconfig/fontconfig_2.3.95.bb | 2 | ||||
-rw-r--r-- | packages/fontconfig/fontconfig_2.4.1.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/fontconfig/fontconfig_2.2.95.bb b/packages/fontconfig/fontconfig_2.2.95.bb index abfa0104e9..d1aab24951 100644 --- a/packages/fontconfig/fontconfig_2.2.95.bb +++ b/packages/fontconfig/fontconfig_2.2.95.bb @@ -5,7 +5,7 @@ DEPENDS += "fontconfig-native" SRC_URI += "file://fc-glyphname.patch;patch=1 \ file://fc-lang.patch;patch=1 \ file://local.conf" -FILE_PR = "r8" +PR = "r8" do_stage () { oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR} diff --git a/packages/fontconfig/fontconfig_2.3.91.bb b/packages/fontconfig/fontconfig_2.3.91.bb index e664c97f21..ec6ef8e037 100644 --- a/packages/fontconfig/fontconfig_2.3.91.bb +++ b/packages/fontconfig/fontconfig_2.3.91.bb @@ -7,7 +7,7 @@ SRC_URI += "file://fc-glyphname.patch;patch=1 \ file://one-j-too-many.patch;patch=1 \ file://local.conf" -FILE_PR = "r3" +PR = "r3" do_stage () { oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR} diff --git a/packages/fontconfig/fontconfig_2.3.95.bb b/packages/fontconfig/fontconfig_2.3.95.bb index 162aa75d65..035f8467ed 100644 --- a/packages/fontconfig/fontconfig_2.3.95.bb +++ b/packages/fontconfig/fontconfig_2.3.95.bb @@ -2,7 +2,7 @@ require fontconfig.inc SRC_URI += "file://one-j-too-many.patch;patch=1" -FILE_PR = "r2" +PR = "r2" do_stage () { oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR} diff --git a/packages/fontconfig/fontconfig_2.4.1.bb b/packages/fontconfig/fontconfig_2.4.1.bb index 97b180e763..c1d861cfb9 100644 --- a/packages/fontconfig/fontconfig_2.4.1.bb +++ b/packages/fontconfig/fontconfig_2.4.1.bb @@ -1,6 +1,6 @@ require fontconfig.inc -FILE_PR = "r3" +PR = "r3" SRC_URI += "https://stage.maemo.org/svn/maemo/projects/haf/trunk/fontconfig/device_symbols.h \ file://configure_fix.patch;patch=1 " |